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

PR #92816 - kvserver: lower score threshold for mvcc GC eligibility #15771

Open
cockroach-teamcity opened this issue Dec 9, 2022 · 0 comments

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Dec 9, 2022

Exalate commented:

Related PR: cockroachdb/cockroach#92816
Commit: cockroachdb/cockroach@b013c84


Release note (performance improvement): GC score triggering mvcc GC run
is lowered. GC Score is ratio is computed from mvcc stats and uses ratio
of live objects and estimated garbage age to estimate collectability of
old data. Reduced score will trigger GC earlier lowering interval between
runs 3 times, giving 2 times reduced peak garbage usage at the expense
of 30% increase of wasteful data scanning on constantly updated data.

Jira Issue: DOC-6353

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

No branches or pull requests

2 participants