Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Add file lock for sqlite #32

Open
xuechendi opened this issue Mar 26, 2019 · 1 comment
Open

Add file lock for sqlite #32

xuechendi opened this issue Mar 26, 2019 · 1 comment
Assignees

Comments

@xuechendi
Copy link
Collaborator

Still saw multi process consistency issue when using sqlite db, need to add a file lock

@tanghaodong25
Copy link
Collaborator

SQLite can't handle concurrent write operation (https://www.sqlite.org/faq.html). #33 add file lock to walk around the issue, but the performance is bad, need to figure out a solution.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants