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
86400 is too long to recycle in most cases.
while wal takes too many disk space (even larger than data-dir)
or
you can tell storage to delete (most) wal when bulk write is finished (since it's no longer in need).
Disk side is sensitive in some poc cases. (SSD is a bit expensive to them)
The text was updated successfully, but these errors were encountered:
The default value is now 14400.
14400
Sorry, something went wrong.
We'd better update wal to a smaller value when bulk write. Maybe it won't worth to add an extra command to delete wals.
bright-starry-sky
No branches or pull requests
86400 is too long to recycle in most cases.
while wal takes too many disk space (even larger than data-dir)
or
you can tell storage to delete (most) wal when bulk write is finished (since it's no longer in need).
Disk side is sensitive in some poc cases. (SSD is a bit expensive to them)
The text was updated successfully, but these errors were encountered: