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

Implement transaction log compaction #12

Open
ecton opened this issue Sep 30, 2021 · 0 comments
Open

Implement transaction log compaction #12

ecton opened this issue Sep 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@ecton
Copy link
Member

ecton commented Sep 30, 2021

We will want to be able to discard old entries in the transaction log. The safe way to do this will be to keep track of the last transactions that were committed for each tree, but that requires knowing all the trees that the transaction file contains -- something not currently tracked. The only way to gather the information would be to do a full scan of the existing transaction log.

@ecton ecton added the enhancement New feature or request label Sep 30, 2021
@ecton ecton moved this to Todo in Beta Roadmap Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant