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

WAL truncation #113

Open
yacovm opened this issue Feb 28, 2025 · 0 comments
Open

WAL truncation #113

yacovm opened this issue Feb 28, 2025 · 0 comments

Comments

@yacovm
Copy link
Collaborator

yacovm commented Feb 28, 2025

Once we index a block into storage, we can get rid of all prior WAL content, as there is no more need to replicate to other nodes anything the WAL has for that epoch.

So we should "once in a while" (perhaps once in every K MB of data) truncate the WAL so it won't grow indefinitely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant