From 221bd0d0ad5676b6b6fd44bb042d897d6477cb6e Mon Sep 17 00:00:00 2001 From: kelseiv <47797004+kelseiv@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:56:18 -0800 Subject: [PATCH] Update basics/architecture.md --- basics/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/architecture.md b/basics/architecture.md index ad273bd5..386d027b 100644 --- a/basics/architecture.md +++ b/basics/architecture.md @@ -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.)