-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add spill related configs to system configs #24726
base: master
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D71002997 |
Summary: Adding spill configs so they can be set from configs, and then overridden by session properties. Differential Revision: D71002997
269ebb8
to
89736e0
Compare
This pull request was exported from Phabricator. Differential Revision: D71002997 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! (docs)
Pull branch, local doc build, looks good. Thanks for the doc!
@@ -162,6 +162,51 @@ The configuration properties of Presto C++ workers are described here, in alphab | |||
storage used for spilling. If it is zero, then there is no limit and spilling | |||
might exhaust the storage or takes too long to run. | |||
|
|||
|
|||
``spill-enabled`` | |||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ^^^ should match the length of the title.
|
||
|
||
``join-spill-enabled`` | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
|
||
|
||
``aggregation-spill-enabled`` | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
|
||
|
||
``order-by-spill-enabled`` | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
Thanks @HeidiHan0000 , minor formatting issues on the doc. Please address before merge. |
Summary: Adding spill configs so they can be set from configs, and then overridden by session properties. Reviewed By: tanjialiang Differential Revision: D71002997
6e08831
89736e0
to
6e08831
Compare
This pull request was exported from Phabricator. Differential Revision: D71002997 |
Summary: Adding spill configs so they can be set from configs, and then overridden by session properties.
Differential Revision: D71002997