ExamGecko
Question list
Search
Search

Question 590 - COF-C02 discussion

Report
Export

Which categories are included in the execution time summary in a Query Profile? (Select TWO).

A.
Pruning
Answers
A.
Pruning
B.
Spilling
Answers
B.
Spilling
C.
Initialization
Answers
C.
Initialization
D.
Local Disk I/O
Answers
D.
Local Disk I/O
E.
Percentage of data read from cache
Answers
E.
Percentage of data read from cache
Suggested answer: A, C

Explanation:

In the execution time summary of a Query Profile in Snowflake, the categories included provide insights into various aspects of query execution. 'Pruning' refers to the process by which Snowflake reduces the amount of data scanned by eliminating partitions of data that are not relevant to the query, thus improving performance. 'Initialization' represents the time taken for query planning and setup before actual execution begins. These metrics are crucial for understanding and optimizing query performance.

asked 23/09/2024
Florence Li
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first