COF-C02 · Question #664
COF-C02 Question #664: Real Exam Question with Answer & Explanation
The correct answer is A: True. Snowflake's architecture allows for the use of a query result cache that stores the results of queries for a period of time. If the same query is run again and the underlying data has not changed, Snowflake can retrieve the result from this cache without needing to re-run the que
Question
True or False: It is possible for a user to run a query against the query result cache without requiring an active Warehouse.
Options
- ATrue
- BFalse
Explanation
Snowflake's architecture allows for the use of a query result cache that stores the results of queries for a period of time. If the same query is run again and the underlying data has not changed, Snowflake can retrieve the result from this cache without needing to re-run the query on an active warehouse, thus saving on compute resources.
Topics
Community Discussion
No community discussion yet for this question.