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
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,6 @@ Read on the [scaling page](./scaling/index.md) for more details.
97
97
## 6. Proxy modes
98
98
99
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
-
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
100
102
101
Read on the [proxy modes page](./proxy-modes.md) for more details.
0 commit comments