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

storage: use jemalloc size classes when intializing pebble #125793

Merged

Conversation

aadityasondhi
Copy link
Collaborator

This patch makes use of the pebble size class aware flush heuristics introduced in cockroachdb/pebble#3508. The experimentation there showed improvements in internal fragmentation.

Fixes #123090.

Release note: None

This patch makes use of the pebble size class aware flush heuristics
introduced in cockroachdb/pebble#3508. The
experimentation there showed improvements in internal fragmentation.

Fixes cockroachdb#123090.

Release note: None
@aadityasondhi aadityasondhi requested a review from a team as a code owner June 17, 2024 17:59
Copy link

blathers-crl bot commented Jun 17, 2024

It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR?

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@aadityasondhi
Copy link
Collaborator Author

New PR since the old one got accidentally closed: #125635 (comment)

@aadityasondhi
Copy link
Collaborator Author

TFTR!

bors r=RaduBerinde

@craig craig bot merged commit 38165df into cockroachdb:master Jun 17, 2024
22 checks passed
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.

storage: configure allocator size class hints
3 participants