Hacker News new | ask | show | jobs
by nahname 5032 days ago
SQLite is not a real solution for anything needing to support more than one user at a time. It's fine for things like managing bookmarks within firefox, but not for a full relational database replacement. The write access is single threaded (at least last time I used it).
1 comments

Well, mongo has write lock too, and people seem to use it a lot.