You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/design.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ Read on the [scaling page](./scaling/index.md) for more details.
96
96
97
97
## 6. Proxy modes
98
98
99
-
trino-lb can either proxy all calls to the underlying Trino clusters or only the initial `POST` and than hand of to the Trino cluster.
99
+
trino-lb can be configured to either proxy all calls to the underlying Trino clusters or only the initial `POST` and instruct the client to connect directly to the Trino cluster for the subsequent polling requests.
100
100
It also needs to keep track of all started and finished queries on the Trino clusters, so that it can correctly calculate the number of running queries.
101
101
102
102
Read on the [proxy modes page](./proxy-modes.md) for more details.
0 commit comments