Skip to content

Commit d820ce5

Browse files
committed
Add section in documentation describing optimizer.reorder-windows feature flag
1 parent 1de1312 commit d820ce5

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

presto-docs/src/main/sphinx/admin.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ Administration
1010
admin/properties
1111
admin/queue
1212
admin/resource-groups
13+
admin/feature-toggles
1314
aws/emr
1415

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
===============
2+
Feature Toggles
3+
===============
4+
5+
The default Presto settings should work well for most workloads. The following
6+
information may help you if some of the features are not working correctly for you.
7+
Though, if you think the behavior of a feature is unexpected, don't hesitate to file a bug report regardless if it's enabled or disabled by default.
8+
9+
Config Properties
10+
-----------------
11+
12+
+--------------------------+---------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
13+
|Name of property | Default value | Description |
14+
+==========================+===============+=======================================================================================================+++==================================================+
15+
|optimizer.reorder-windows | true |Allow reordering windows in order to put those with the same partitioning next to each other. This may sometimes allow minimizing number of repartitionings.|
16+
+--------------------------+---------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)