Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
13 changes: 13 additions & 0 deletions presto-docs/src/main/sphinx/admin/properties-session.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,19 @@ redistributing all the data across the network.

The corresponding configuration property is :ref:`admin/properties:\`\`redistribute-writes\`\``.

``scale_writers``
^^^^^^^^^^^^^^^^^

* **Type:** ``boolean``
* **Default value:** ``true``

This property enables dynamic scaling of writer tasks based on throughput. When enabled,
Presto automatically adjusts the number of writer tasks to use the minimum necessary
for optimal performance. This can improve resource utilization by scaling out writers
only when needed based on data throughput.

The corresponding configuration property is :ref:`admin/properties:\`\`scale-writers\`\``.
Comment thread
garimauttam marked this conversation as resolved.

``task_writer_count``
^^^^^^^^^^^^^^^^^^^^^

Expand Down
13 changes: 13 additions & 0 deletions presto-docs/src/main/sphinx/admin/properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,19 @@ redistributing all the data across the network.

The corresponding session property is :ref:`admin/properties-session:\`\`redistribute_writes\`\``.

``scale-writers``
^^^^^^^^^^^^^^^^^

* **Type:** ``boolean``
* **Default value:** ``true``

This property enables dynamic scaling of writer tasks based on throughput. When enabled,
Presto automatically adjusts the number of writer tasks to use the minimum necessary
for optimal performance. This can improve resource utilization by scaling out writers
only when needed based on data throughput.

The corresponding session property is :ref:`admin/properties-session:\`\`scale_writers\`\``.
Comment thread
garimauttam marked this conversation as resolved.

``check-access-control-on-utilized-columns-only``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
Loading