Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions docs/src/main/sphinx/admin/fault-tolerant-execution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,13 @@ depending on the desired :ref:`retry policy <fte-retry-policy>`.
* Fault-tolerant execution of :ref:`read operations <sql-read-operations>` is
supported by all connectors.
* Fault tolerant execution of :ref:`write operations <sql-write-operations>`
is only supported by the :doc:`/connector/delta-lake`,
:doc:`/connector/hive`, and :doc:`/connector/iceberg`.
is supported by the following connectors:

* :doc:`/connector/delta-lake`
* :doc:`/connector/hive`
* :doc:`/connector/iceberg`
* :doc:`/connector/mysql`
* :doc:`/connector/postgresql`

The following configuration properties control the behavior of fault-tolerant
execution on a Trino cluster:
Expand Down