Hacker News new | ask | show | jobs
by xjcucuv 805 days ago
This is good insight.

I've been experimenting with the newer features to get concurrent writes working but I don't like that I have to have more than one database file, means I end up having to move lots of files around - might as well use MySQL and.. move files around.

https://www.sqlite.org/cgi/src/doc/begin-concurrent/doc/begi...

1 comments

Use the best tool for the job, most of the time is the best thing to do :)

I never dabbled in multiple files, but I can see how that will be beneficial. Especially if you have a service that have completely isolated instances - like let's say per organization basis.