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

Benchmark object deletion and compare to no-batching #1291

Open
ChrisSchinnerl opened this issue Jun 10, 2024 · 0 comments
Open

Benchmark object deletion and compare to no-batching #1291

ChrisSchinnerl opened this issue Jun 10, 2024 · 0 comments
Milestone

Comments

@ChrisSchinnerl
Copy link
Member

When multiple objects are deleted they are deleted in batches with a dynamic batch size. Since we are no longer pruning slabs in the same db txn we might not need that sort of batching anymore.

We should write a benchmark and then see what works best. Maybe we can simplify the code to not batch or just use a static batch size of 100k objects now.

@ChrisSchinnerl ChrisSchinnerl added this to the Unplanned milestone Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant