COF-C02 · Question #345
What type of query will benefit from the query acceleration service?
The correct answer is B. Queries with large scans and selective filters. The query acceleration service in Snowflake is designed to benefit queries that involve large scans and selective filters. This service can offload portions of the query processing work to shared compute resources, which can handle these types of workloads more efficiently by…
Question
What type of query will benefit from the query acceleration service?
Options
- AQueries without filters or aggregation
- BQueries with large scans and selective filters
- CQueries where the GROUP BY has high cardinality
- DQueries of tables that have search optimization service enabled
How the community answered
(43 responses)- A5% (2)
- B93% (40)
- D2% (1)
Explanation
The query acceleration service in Snowflake is designed to benefit queries that involve large scans and selective filters. This service can offload portions of the query processing work to shared compute resources, which can handle these types of workloads more efficiently by performing more work in parallel and reducing the wall-clock time spent in scanning and filtering.
Topics
Community Discussion
No community discussion yet for this question.