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

Add transaction logging #5

Merged
merged 9 commits into from Oct 14, 2022
Merged

Add transaction logging #5

merged 9 commits into from Oct 14, 2022

Conversation

ntietz
Copy link
Owner

@ntietz ntietz commented Oct 9, 2022

This adds a basic implementation of durability, where every mutation of state gets recorded in the transaction log to be able to be read in the future. There's some follow-up work (#6, #7), but this is a good start.

@ntietz ntietz changed the title [WIP] Durability Add transaction logging Oct 14, 2022
@ntietz ntietz marked this pull request as ready for review October 14, 2022 01:16
@ntietz ntietz merged commit a8032ab into main Oct 14, 2022
@ntietz ntietz deleted the durability branch October 14, 2022 01:30
ntietz added a commit that referenced this pull request Nov 5, 2023
This adds a basic implementation of durability, where every mutation of
state gets recorded in the transaction log to be able to be read in the
future. There's some follow-up work (#6, #7), but this is a good start.
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

Successfully merging this pull request may close these issues.

None yet

1 participant