
Answer-first summary for fast verification
Answer: Initialization, Local Disk I/O
According to the Snowflake documentation referenced in the community discussion, the execution time summary in a Query Profile breaks down time spent into specific categories. The documented categories are: Processing, Local Disk I/O, Remote Disk I/O, Network Communication, Synchronization, and Initialization. Among the given options, 'Initialization' (C) and 'Local Disk I/O' (D) are explicitly listed as categories in the execution time summary. 'Pruning' (A) is a query optimization technique, not an execution time category. 'Spilling' (B) refers to data movement between memory and disk during query execution but is not listed as a top-level execution time category. 'Percentage of data read from cache' (E) is a metric related to cache performance, not an execution time breakdown category. The community discussion shows 100% consensus on CD with supporting documentation evidence.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.