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

Move compaction to a background job #20

Open
jdockerty opened this issue Apr 17, 2024 · 1 comment
Open

Move compaction to a background job #20

jdockerty opened this issue Apr 17, 2024 · 1 comment

Comments

@jdockerty
Copy link
Owner

jdockerty commented Apr 17, 2024

The current compaction process is run inline with any operation which appends to the active log file. At present, this is for both set and remove operations.

As this is in the path of those operations, it means it is also a blocking operation.

Perhaps ScyllaDB's compaction explanation is some useful background reading.

@jdockerty
Copy link
Owner Author

Perhaps the actor model can be used here.

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

No branches or pull requests

1 participant