ExamGecko
Question list
Search
Search

Question 713 - COF-C02 discussion

Report
Export

What best practice recommendations will help prevent timeouts when using the PUT command to load large data sets? (Select TWO).

A.

Compress the files before loading.

Answers
A.

Compress the files before loading.

B.

Use a semi-structured file format.

Answers
B.

Use a semi-structured file format.

C.

Increase the PARALLEL option value.

Answers
C.

Increase the PARALLEL option value.

D.

Load the data into a table stage.

Answers
D.

Load the data into a table stage.

E.

Enable the overwrite option.

Answers
E.

Enable the overwrite option.

Suggested answer: A, C

Explanation:

To avoid timeouts during large data uploads with the PUT command in Snowflake, it is recommended to:

Compress files before loading: Compressed files are smaller and upload faster, reducing the risk of timeouts.

Increase the PARALLEL option value: This option allows more simultaneous upload threads, improving upload speed and efficiency for large datasets.

Semi-structured file formats and table staging do not directly impact timeouts, while enabling overwrite does not prevent timeouts but rather controls overwriting of existing files.

asked 12/11/2024
Nabil MHB
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first