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

Chunked snapshot writer/reader #37

Merged
merged 5 commits into from Dec 15, 2021
Merged

Chunked snapshot writer/reader #37

merged 5 commits into from Dec 15, 2021

Conversation

kelindar
Copy link
Owner

This PR is a second work package required in order to properly implement snapshotting properly. This changes the way snapshots are being written and read, which can now be done chunk by chunk, allowing for simultaneous write transactions to go through.

Once this is merged, next step would be to implement a redo log and write into the commit all of the changed chunks that are happening during the snapshot process itself, allowing us to restore a consistent state of the database on loading.

@kelindar kelindar changed the title [WIP] Chunked snapshot writer/reader Chunked snapshot writer/reader Dec 15, 2021
@kelindar kelindar merged commit 1f327b4 into main Dec 15, 2021
@kelindar kelindar deleted the snap2 branch December 15, 2021 11:20
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