Query Options
Query-level switches that shape execution, diagnostics, and resource use.
The options that matter most
SET useMultistageEngine = true;
SET timeoutMs = 5000;
SET clientQueryId = 'query-2026-03-24-001';
SELECT city, COUNT(*)
FROM stores
GROUP BY city
LIMIT 10;When to reach for options
Where the deeper knobs live
What this page covered
Next step
Related pages
Last updated
Was this helpful?

