Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

SQLite fixed that issue in 2010 with write ahead logging (version 3.7). Writes go to a separate file so there is no impact on readers of the main file. It is a little more complex than that and described at https://www.sqlite.org/wal.html


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: