COF-C02 · Question #164
Where is Snowflake metadata stored?
The correct answer is C. In the cloud services layer. Snowflake's architecture is divided into three layers: database storage, query processing, and cloud services. The metadata, which includes information about the structure of the data, the SQL operations performed, and the service-level policies, is stored in the cloud services…
Question
Where is Snowflake metadata stored?
Options
- AWithin the data files
- BIn the virtual warehouse layer
- CIn the cloud services layer
- DIn the remote storage layer
How the community answered
(37 responses)- A3% (1)
- B3% (1)
- C95% (35)
Explanation
Snowflake's architecture is divided into three layers: database storage, query processing, and cloud services. The metadata, which includes information about the structure of the data, the SQL operations performed, and the service-level policies, is stored in the cloud services layer. This layer acts as the brain of the Snowflake environment, managing metadata, query optimization, and transaction coordination.
Topics
Community Discussion
No community discussion yet for this question.