We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As BadgerDB and BuntDB supports GC collector for shrinking the data on timely manner. It would help data for time series data.
Functions:
BuntDB->Shrink() BadgerDB->RunValueLogGC(0.5)
The text was updated successfully, but these errors were encountered:
Thank you very much for your issue and we will discuss it.
Sorry, something went wrong.
We will add a command to the cli tool in the future to support setting the timing compression time. Thank you for your feedback.
No branches or pull requests
As BadgerDB and BuntDB supports GC collector for shrinking the data on timely manner. It would help data for time series data.
Functions:
The text was updated successfully, but these errors were encountered: