Skip to content

Commit 6dda418

Browse files
committed
docs: Fix GitHub admonition
1 parent 546d813 commit 6dda418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/routing/ExplainCostsRouter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is a very simplistic model and will likely be improved in the future - we a
1010
After trino-lb got the query estimation, it walks a list of resource buckets you can specify top to bottom and picks the first one that fulfills all resource requirements (CPU, memory, Network traffic etc.).
1111
If no bucket matches the router will not a make a decision and let the routers further down the chain decide.
1212

13-
> [!WARN]
13+
> [!WARNING]
1414
> Please keep in mind that trino-lb will determine the target cluster group for every incoming query instantly (otherwise it does not know if it should queued or hand over the query).
1515
> In case a Trino client submits many queries at once this will result in the same number of `explain` queries on the Trino used for the query estimations.
1616
> There is [a issue to address this](https://github.com/stackabletech/trino-lb/issues/10), however until this is resolved it is recommended to have the `ExplainCostsRouter` near the end of the chain and try to classify the queries with a different router.

0 commit comments

Comments
 (0)