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

Batch up DynamoDB updates for compaction job tracker #4218

Open
patchwork01 opened this issue Feb 6, 2025 · 0 comments
Open

Batch up DynamoDB updates for compaction job tracker #4218

patchwork01 opened this issue Feb 6, 2025 · 0 comments

Comments

@patchwork01
Copy link
Collaborator

Background

Split from:

Description

We'd like to apply updates to the compaction job tracker in batches, rather than needing to apply them one at a time.

This should speed up tracking commits of finished compaction jobs.

Analysis

This is in DynamoDBCompactionJobTracker.

We can adjust the interface for CompactionJobTracker to be able to take a list of events, instead of just one at a time. Another alternative would be an implementation of CompactionJobTracker that gathers the events and has a separate method to commit the gathered events to DynamoDB.

@patchwork01 patchwork01 added enhancement New feature or request compactions-module and removed enhancement New feature or request labels Feb 6, 2025
@patchwork01 patchwork01 added this to the 0.29.0 milestone Feb 6, 2025
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

1 participant