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

Recover expired rows in MVCC #71

Closed
elliotchance opened this issue Oct 16, 2021 · 1 comment
Closed

Recover expired rows in MVCC #71

elliotchance opened this issue Oct 16, 2021 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@elliotchance
Copy link
Owner

This one is very important since a database may end up growing infinitely in size if we don't managed to make sure cleanup happens at least the rate of expired rows.

@elliotchance elliotchance added the bug Something isn't working label Oct 16, 2021
@elliotchance elliotchance added this to the v1.0.0 milestone Oct 16, 2021
@elliotchance
Copy link
Owner Author

This is no longer an issue since cleanup is always done on ROLLBACK/COMMIT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant