Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HeidiHan0000
Copy link
Contributor

Summary: Adding spill configs so they can be set from configs, and then overridden by session properties.

Differential Revision: D71002997

@HeidiHan0000 HeidiHan0000 requested a review from a team as a code owner March 13, 2025 18:29
@prestodb-ci prestodb-ci added the from:Meta PR from Meta label Mar 13, 2025
@facebook-github-bot
Copy link
Collaborator

This pull request was exported from Phabricator. Differential Revision: D71002997

HeidiHan0000 added a commit to HeidiHan0000/presto that referenced this pull request Mar 13, 2025
Summary:

Adding spill configs so they can be set from configs, and then overridden by session properties.

Differential Revision: D71002997
@HeidiHan0000 HeidiHan0000 requested review from steveburnett, elharo and a team as code owners March 13, 2025 23:13
@HeidiHan0000 HeidiHan0000 requested a review from presto-oss March 13, 2025 23:13
@facebook-github-bot
Copy link
Collaborator

This pull request was exported from Phabricator. Differential Revision: D71002997

steveburnett
steveburnett previously approved these changes Mar 17, 2025
Copy link
Contributor

@steveburnett steveburnett left a 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!

tanjialiang
tanjialiang previously approved these changes Mar 17, 2025
@@ -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``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Copy link
Contributor

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``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto



``aggregation-spill-enabled``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Copy link
Contributor

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``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

@tanjialiang
Copy link
Contributor

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
@facebook-github-bot
Copy link
Collaborator

This pull request was exported from Phabricator. Differential Revision: D71002997

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants