6 ms·
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 datab
by xjcucuv 2y 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/begin_concurrent.md https://www.sqlite.org/cgi/src/doc/begin-concurrent/doc/begi...
- martinbaun 2y agoUse 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.