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
6 changes: 6 additions & 0 deletions docs/src/main/sphinx/admin/spill.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ implemented on the application level to address specific needs of Trino.

Properties related to spilling are described in {doc}`properties-spilling`.

:::{warning}
The spill to disk feature and implementation are a legacy functionality of
Trino. Consider using [](/admin/fault-tolerant-execution) with the `task` retry
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FTE is not really a replacement but solves the memory issue that spilling attempts to solve.

policy and a configured [](fte-exchange-manager).
:::

## Memory management and spill

By default, Trino kills queries, if the memory requested by the query execution
Expand Down