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
11 changes: 5 additions & 6 deletions docs/src/main/sphinx/admin/properties-writer-scaling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
Writer scaling properties
=========================

By default, the number of writer tasks is static. Enabling writer scaling allows
Trino to dynamically scale out the number of writer tasks rather than
allocating a fixed number of tasks. Additional tasks are added when the average
amount of physical data per writer is above a minimum threshold, but only if the
query is bottlenecked on writing.
Writer scaling allows Trino to dynamically scale out the number of writer tasks
rather than allocating a fixed number of tasks. Additional tasks are added when
the average amount of physical data per writer is above a minimum threshold, but
only if the query is bottlenecked on writing.

Writer scaling is useful with connectors like Hive that produce one or more
files per writer -- reducing the number of writers results in a larger average
Expand All @@ -18,7 +17,7 @@ the needs of the query.
^^^^^^^^^^^^^^^^^

* **Type:** :ref:`prop-type-boolean`
* **Default value:** ``false``
* **Default value:** ``true``

Enable writer scaling. This can be specified on a per-query basis
using the ``scale_writers`` session property.
Expand Down