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

Need a database 'fsck' type support (or preventing corruption in the first place) #17

Open
zelerin opened this issue Feb 28, 2019 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@zelerin
Copy link
Member

zelerin commented Feb 28, 2019

Currently, if the system crashes while Entities are waiting to be written to disk, those updates are lost. While sqlite won't let the file get corrupted, it may cause the references to be all messed up. To solve this, either 'fsck' type code needs to be written that re-generates all the references, or database updates need to be committed as a unit to prevent it from happening in the first place. Or maybe there's some other better way?

@zelerin zelerin added bug Something isn't working help wanted Extra attention is needed labels Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant