githubEdit

Querying & SQL

Learn how to query Apache Pinot, choose the right query engine, and find SQL and function guidance quickly.

Use this section to decide how to query Pinot, how much SQL support you need, which query engine to use, and where to look for execution controls such as quotas, cancellation, and cursors. Narrative guidance lives here. Dense syntax and endpoint detail is linked where needed.

Start here

Querying Pinotchevron-rightSQL syntaxchevron-rightFunctionschevron-rightSSE vs MSEchevron-rightQuery options, quotas, cancellation & cursorschevron-right

Deep dives

For explain plans, joins, optimizer behavior, and operator details, continue into the multi-stage query docs and engine-specific material linked from SSE vs MSE and SQL syntax.

What this page covered

This page mapped the main query workflows in Pinot: learning the query path, understanding SQL behavior, finding functions, choosing between SSE and MSE, and tuning execution controls.

Next step

Read Querying Pinot if you want the end-to-end query flow, or SSE vs MSE if you are deciding which engine to use.

Last updated

Was this helpful?