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 37762a6 commit 221bd0d
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 @@ -117,7 +117,7 @@ Advanced routing strategies are available, such as replica-aware routing, partit

#### Query processing

Every query processed by a broker uses the single-stage engine or the [multi-stage engine](https://docs.pinot.apache.org/reference/multi-stage-engine). For single stage queries, the broker does the following:
Every query processed by a broker uses the single-stage engine or the [multi-stage engine](https://docs.pinot.apache.org/reference/multi-stage-engine). For single-stage queries, the broker does the following:

* Computes query routes based on the routing strategy defined in the [table](components/table/) configuration.
* Computes the list of segments to query on each [server](components/cluster/server.md). (See [routing](operators/tuning/routing.md) for further details on this process.)
Expand Down

0 comments on commit 221bd0d

Please sign in to comment.