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

execinfra: mark 'sql.distsql.temp_storage.workmem' as public #63947

Merged
merged 1 commit into from
Apr 21, 2021

Conversation

yuzefovich
Copy link
Member

@yuzefovich yuzefovich commented Apr 20, 2021

Release note (sql change): sql.distsql.temp_storage.workmem cluster
setting is now marked as public and is included into the documentation.
It determines how much RAM a single operation of a single query can use
before it must spill to temporary storage. Note the operations that
don't support the disk spilling will ignore this setting and are subject
only to --max-sql-memory startup argument.

Release note (sql change): `sql.distsql.temp_storage.workmem` cluster
setting is now marked as public and is included into the documentation.
It determines how much RAM a single operation of a single query can use
before it must spill to temporary storage. Note the operations that
don't support the disk spilling will ignore this setting and are subject
only to `--max-sql-memory` startup argument.
@yuzefovich yuzefovich requested review from rytaft and a team April 20, 2021 19:27
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@yuzefovich
Copy link
Member Author

Will backport only the first commit to 21.1.0.

@yuzefovich yuzefovich changed the title sql: improvements around workmem setting **execinfra: mark 'sql.distsql.temp_storage.workmem' as public** Apr 20, 2021
@yuzefovich yuzefovich changed the title **execinfra: mark 'sql.distsql.temp_storage.workmem' as public** execinfra: mark 'sql.distsql.temp_storage.workmem' as public Apr 20, 2021
@yuzefovich
Copy link
Member Author

Let's actually separate two commits out.

Copy link
Collaborator

@rytaft rytaft left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 3 of 3 files at r1.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @yuzefovich)

@yuzefovich
Copy link
Member Author

TFTR!

bors r+

@craig
Copy link
Contributor

craig bot commented Apr 21, 2021

Build succeeded:

@craig craig bot merged commit 075aa5d into cockroachdb:master Apr 21, 2021
@yuzefovich yuzefovich deleted the workmem-setting branch April 21, 2021 15:50
@rafiss rafiss added this to the 21.1 milestone Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants