Explain Plan (Single-Stage)
How to inspect Pinot's execution plan for a query.
What it tells you
EXPLAIN PLAN FOR
SELECT city, COUNT(*)
FROM stores
GROUP BY city;Single-stage and multi-stage
How to use it
What this page covered
Next step
Related pages
Last updated
Was this helpful?

