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

Create $compaction Operation #208

Open
alexanderkiel opened this issue Sep 14, 2020 · 1 comment
Open

Create $compaction Operation #208

alexanderkiel opened this issue Sep 14, 2020 · 1 comment
Labels
enhancement New feature or request module:rest-api module:rocksdb operation Operational issues like monitoring and maintenance.

Comments

@alexanderkiel
Copy link
Member

RocksDB storage needs to be compacted from time to time. Currently such a compaction will take place during opening of a database. That compactions will hurt startup time. On the other hand, it might be beneficial to force a compaction after large imports. So a dedicated $compaction operation would be beneficial.

@alexanderkiel alexanderkiel added enhancement New feature or request module:rocksdb module:rest-api operation Operational issues like monitoring and maintenance. labels Sep 14, 2020
@martinbreu
Copy link

Relates to #207

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request module:rest-api module:rocksdb operation Operational issues like monitoring and maintenance.
Projects
None yet
Development

No branches or pull requests

2 participants