Skip to content

Commit

Permalink
Update basics/architecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseiv authored Dec 8, 2023
1 parent 0485b97 commit 69b02db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Every query processed by a broker uses the single-stage engine or the [multi-sta
For multi-stage queries, the broker performs the following:

* Computes a query plan that runs on multiple sets of servers. The servers selected for the first stage are selected based on the segments required to execute the query, which are determined in a process similar to single-stage queries.
* Sends the relevant portions of the query plan to each stage of servers in the cluster. A stage may involve one or many servers.
* Sends the relevant portions of the query plan to one or more servers in the cluster for each stage of the query plan.
* The servers that received query plans each execute their part of the query. For more details on this process, read about the [multi-stage engine](https://docs.pinot.apache.org/reference/multi-stage-engine).
* The broker receives a complete result set from the final stage of the query, which is always a single server.
* The broker sends the query result to the client.
Expand Down

0 comments on commit 69b02db

Please sign in to comment.