
Explanation:
The primary factor that determines virtual warehouse cost in Snowflake is the length of time compute resources run (option D), as confirmed by Snowflake's official documentation and the unanimous community consensus. Snowflake charges for compute resources based on warehouse size and runtime measured in credits per second. While other factors like SQL statement types (A), number of tables/databases queried (B), and data storage amounts (C) can influence performance and indirectly affect runtime, they are not the direct cost drivers. The compute time is the fundamental billing metric, making D the correct primary factor.
Ultimate access to all questions.
What primarily determines the cost of a virtual warehouse in Snowflake?
A
The type of SQL statements executed
B
The number of tables or databases queried
C
The amount of data stored in the warehouse
D
The length of time the compute resources in each cluster run
No comments yet.