COF-C02 · Question #176
What is a responsibility of Snowflake's virtual warehouses?
The correct answer is C. Query execution. Virtual warehouses are clusters of compute resources in Snowflake's multi-cluster shared data architecture. Their primary responsibility is executing queries - they load data from storage into memory and perform the actual computation for DML and SELECT operations…
Question
What is a responsibility of Snowflake's virtual warehouses?
Options
- AInfrastructure management
- BMetadata management
- CQuery execution
- DQuery parsing and optimization
- EPermanent storage of micro-partitions
How the community answered
(28 responses)- A4% (1)
- C86% (24)
- D4% (1)
- E7% (2)
Explanation
Virtual warehouses are clusters of compute resources in Snowflake's multi-cluster shared data architecture. Their primary responsibility is executing queries - they load data from storage into memory and perform the actual computation for DML and SELECT operations. Infrastructure management and metadata management are handled by Snowflake's cloud services layer. Query parsing and optimization are also handled by the cloud services layer. Permanent storage of micro-partitions is handled by Snowflake's centralized storage layer, not virtual warehouses.
Topics
Community Discussion
No community discussion yet for this question.