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
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/admin/properties-writer-scaling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Enable scaling the number of concurrent writers within a task. The maximum write
count per task for scaling is ``task.scale-writers.max-writer-count``. Additional
writers are added only when the average amount of physical data written per writer
is above the minimum threshold of ``writer-min-size`` and query is bottlenecked on
writing. This can be specified on a per-query basis using the ``task_scale_writers``
writing. This can be specified on a per-query basis using the ``task_scale_writers_enabled``
session property.

.. _prop-task-scale-writers-max-writer-count:
Expand Down