Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Managed Service for Trino
  • Getting started
    • Resource relationships
    • Networking in Managed Service for Trino
    • Impersonation
    • Fault-tolerant query execution
    • Host classes
    • Maintenance
  • Terraform reference
  • Quotas and limits
  • Access management
  • Pricing policy
  • Yandex Monitoring metrics
  • Audit Trails events
  • Release notes
  1. Concepts
  2. Fault-tolerant query execution

Fault-tolerant query execution in a Managed Service for Trino cluster

Written by
Yandex Cloud
Updated at October 1, 2025

Managed Service for Trino clusters support the fault-tolerant execution mechanism. By default, when resources are insufficient or a query fails with an error, the worker will stop processing the query and you will need to run it again manually. With fault-tolerant execution enabled, the query or its component task will be retried in the event of failure.

To ensure fault-tolerant execution of queries, Exchange Manager regularly exports intermediate results to an Object Storage service bucket. If a query fails, the coordinator will assign the retry to another worker, which can use the previously processed data.

Note

Fault-tolerant execution does not apply to incorrect or misspelled queries.

Fault-tolerant execution is only supported for the following connectors:

  • Delta Lake
  • Hive
  • Iceberg
  • Oracle Preview
  • PostgreSQL
  • MS SQL Server Preview

To enable fault-tolerant execution, select the Retry object type parameter under Retry policy when creating or updating a cluster:

  • Task: Retries the intermediate task within the query that caused worker failure.

    Warning

    For high volumes of simple queries, retrying tasks may lead to longer delay in complex batch queries. We recommend creating a dedicated Managed Service for Trino cluster with task retry settings for complex batch queries.

  • Query: Retries the entire query which caused worker failure.

For more information about fault-tolerant query execution, see the official documentation.

Was the article helpful?

Previous
Impersonation
Next
Host classes
© 2025 Direct Cursus Technology L.L.C.