Querying Pinot
A practical entry point for querying Pinot.
How to start
SET useMultistageEngine = true;
SELECT city, COUNT(*)
FROM stores
GROUP BY city
LIMIT 10;What matters most
When to use which engine
What this page covered
Next step
Related pages
Last updated
Was this helpful?

