ExamGecko
Question list
Search
Search

List of questions

Search

Related questions

Question 107 - ARA-C01 discussion

Report
Export

A company is trying to Ingest 10 TB of CSV data into a Snowflake table using Snowpipe as part of Its migration from a legacy database platform. The records need to be ingested in the MOST performant and cost-effective way.

How can these requirements be met?

A.
Use ON_ERROR = continue in the copy into command.
Answers
A.
Use ON_ERROR = continue in the copy into command.
B.
Use purge = TRUE in the copy into command.
Answers
B.
Use purge = TRUE in the copy into command.
C.
Use FURGE = FALSE in the copy into command.
Answers
C.
Use FURGE = FALSE in the copy into command.
D.
Use on error = SKIP_FILE in the copy into command.
Answers
D.
Use on error = SKIP_FILE in the copy into command.
Suggested answer: D

Explanation:

For ingesting a large volume of CSV data into Snowflake using Snowpipe, especially for a substantial amount like 10 TB, the on error = SKIP_FILE option in the COPY INTO command can be highly effective. This approach allows Snowpipe to skip over files that cause errors during the ingestion process, thereby not halting or significantly slowing down the overall data load. It helps in maintaining performance and cost-effectiveness by avoiding the reprocessing of problematic files and continuing with the ingestion of other data.

asked 23/09/2024
Marco Santoro
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first