Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 559 Bytes

single-stage-engine.md

File metadata and controls

9 lines (6 loc) · 559 Bytes
description
An overview of the single-stage query engine.

Single-stage query engine (v1)

The Pinot single-stage query engine (v1) uses a scatter-gather query engine model, shown in the following diagram. In certain cases, for example, if you need to query using JOINs on large data sets, the multi-stage query engine (v2) may be a more performant option.

Single-stage query engine (v1)