ExamGecko
Question list
Search
Search

Question 539 - COF-C02 discussion

Report
Export

A Snowflake user is trying to load a 125 GB file using SnowSQL. The file continues to load for almost an entire day. What will happen at the 2< hour mark?

A.
The file will continue to load until all contents arc loaded.
Answers
A.
The file will continue to load until all contents arc loaded.
B.
The tile will slop loading and all data up to that point will be committed.
Answers
B.
The tile will slop loading and all data up to that point will be committed.
C.
The file loading could be aborted without any portion of the file being committed.
Answers
C.
The file loading could be aborted without any portion of the file being committed.
D.
The file's number of allowable hours to load can be programmatically controlled to load easily into Snowflake
Answers
D.
The file's number of allowable hours to load can be programmatically controlled to load easily into Snowflake
Suggested answer: C

Explanation:

When attempting to load large files, such as a 125 GB file, into Snowflake using SnowSQL, the process might encounter limitations related to the maximum execution time for queries or data loading operations. If the loading process exceeds this time limit (typically around 24 hours), it could be aborted without committing any part of the file to the database. This behavior is designed to prevent indefinite resource consumption and to maintain system stability, emphasizing the need for optimizing data load operations, possibly through file segmentation or parallel loading strategies. References: Snowflake Documentation on Data Loading Considerations

asked 23/09/2024
Nghia To Duc
53 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first