Which queries can run in parallel by using the query acceleration service?
Snowflake Query Acceleration Service can offload eligible query-plan work to shared compute resources for parallel execution. Eligible patterns include large scans with an aggregation or selective filter and large scans that insert or copy many new rows.
Community Discussion