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

Closed
alexanderkiel opened this issue Sep 14, 2020 · 1 comment · Fixed by #2167
Closed

Create $compaction Operation #208

alexanderkiel opened this issue Sep 14, 2020 · 1 comment · Fixed by #2167
Assignees
Labels
enhancement New feature or request module:frontend module:job-compact module:operation-compact operation Operational issues like monitoring and maintenance.
Milestone

Comments

@alexanderkiel
Copy link
Member

alexanderkiel commented Sep 14, 2020

RocksDB storage needs to be compacted from time to time. Currently such a compaction will take place during opening of a database and every 30 days. 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:frontend module:job-compact module:operation-compact operation Operational issues like monitoring and maintenance.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants