Hacker News new | ask | show | jobs
by Scarbutt 1052 days ago
SQlite is much more efficient if I dedicate one process to handle all writes and optimize that process for speed (i.e. batch writes, etc.).

That increases complexity on the application side though.