Skip to content

Commit 684083c

Browse files
Update docs/modules/trino/pages/usage-guide/fault-tolerant-execution.adoc
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent 0d9e066 commit 684083c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/modules/trino/pages/usage-guide/fault-tolerant-execution.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141

4242
A `task` retry policy instructs Trino to retry individual query tasks in the event of failure.
4343
You **must** configure an exchange manager to use the task retry policy.
44-
This policy is recommended when executing large batch queries, as the cluster can more efficiently retry smaller tasks within the query rather than retry the whole query.
44+
This policy is recommended when executing large batch queries, as the cluster can more efficiently retry smaller tasks within the query, rather than retry the whole query.
4545

4646
IMPORTANT: A `task` retry policy is best suited for long-running queries, but this policy can result in higher latency for short-running queries executed in high volume.
4747
As a best practice, it is recommended to run a dedicated cluster with a `task` retry policy for large batch queries, separate from another cluster that handles short queries.

0 commit comments

Comments
 (0)