Skip to content

Commit 0841c0b

Browse files
colebowmartint
authored andcommitted
Document optimizer.use-exact-partitioning
1 parent c1fa9d4 commit 0841c0b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/src/main/sphinx/admin/properties-optimizer.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,17 @@ the maximum number of joins that can be reordered at once.
117117
Reduces number of rows produced by joins when optimizer detects that duplicated
118118
join output rows can be skipped.
119119

120+
``optimizer.use-exact-partitioning``
121+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
122+
123+
* **Type:** :ref:`prop-type-boolean`
124+
* **Default value:** ``false``
125+
126+
Re-partition data unless the partitioning of the upstream
127+
:ref:`stage <trino-concept-stage>` exactly matches what the downstream stage
128+
expects. This can also be specified using the ``use_exact_partitioning`` session
129+
property.
130+
120131
``optimizer.use-table-scan-node-partitioning``
121132
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
122133

0 commit comments

Comments
 (0)