Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A user needs to ingest 1 GB of data from an external stage using the COPY INTO command. How can this be done to achieve maximum performance and the least cost?
COPY INTO
A
Ingest the data in a compressed format as a single file.
B
Ingest the data in an uncompressed format as a single file.
C
Split the file into smaller files of 100-250 MB each, compress and ingest each of the smaller files.
D
Split the file into smaller files of 100-250 MB each and ingest each of the smaller files in an uncompressed format.