File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
docs/src/main/sphinx/admin Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,17 @@ the maximum number of joins that can be reordered at once.
117117Reduces number of rows produced by joins when optimizer detects that duplicated
118118join 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
You can’t perform that action at this time.
0 commit comments