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

suggest to change default value of wal_ttl or tell storage to delete when bulk write is ready. #1798

Closed
whitewum opened this issue Feb 21, 2020 · 2 comments
Assignees
Labels
type/question Type: question about the product
Milestone

Comments

@whitewum
Copy link
Contributor

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)

@CPWstatic
Copy link
Contributor

The default value is now 14400.

@CPWstatic CPWstatic added the type/question Type: question about the product label Aug 28, 2021
@Sophie-Xie Sophie-Xie added this to the v2.6.0 milestone Aug 31, 2021
@critical27
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question Type: question about the product
Projects
None yet
Development

No branches or pull requests

5 participants