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 WAL #12

Open
spaghettifunk opened this issue Jul 3, 2023 · 0 comments
Open

Implement WAL #12

spaghettifunk opened this issue Jul 3, 2023 · 0 comments

Comments

@spaghettifunk
Copy link
Owner

Implement a Write-Ahead-Log (WAL) system using Hashicorp raft library. This will help to persist data modifications before applying them to the actual data storage (in arrow in our case). This allows Norman to recover and replay the log entries in case of failures, ensuring durability and data integrity.

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