Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
regularfry
4y ago
0 comments
Save
Share
SQLite already supports multiple-readers/single-writer. You don't need a new snapshot to add data.
0 comments
1 comments · 1 top-level
top
newest
oldest
lostmsu
4y ago
One of us does not understand how that works. According to me you need to acquire read/write locks in order to ensure consistency in presence of a writer. You can't do that by reading ranges of a static file with independent read requests.
j
/
k
navigate · click thread line to collapse