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
User experience
The default purge config for the WAL may be too large
greptimedb/src/common/wal/src/config/raft_engine.rs
Lines 53 to 54 in c732016
The WAL can easily consume more than 4GB of disk space. We may consider adjusting the default config.
We may find a proper default value. Users can adjust the value if the default config becomes the bottleneck.
The text was updated successfully, but these errors were encountered:
Let's fix it in v0.11
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What type of enhancement is this?
User experience
What does the enhancement do?
The default purge config for the WAL may be too large
greptimedb/src/common/wal/src/config/raft_engine.rs
Lines 53 to 54 in c732016
The WAL can easily consume more than 4GB of disk space. We may consider adjusting the default config.
Implementation challenges
We may find a proper default value. Users can adjust the value if the default config becomes the bottleneck.
The text was updated successfully, but these errors were encountered: