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

It can depends on a lot of factors such as the journaling mode you're using as well as your hardware. SQLite has a single-writer-at-a-time restriction so it's important manage the size of your writes. I typically see very good write throughput using WAL mode and synchronous=normal on modern SSDs.


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

Search: