On 16/10/2019 10:38, Jens Alfke wrote:


On Oct 15, 2019, at 3:47 PM, Peng Yu <pengyu...@gmail.com> wrote:

I'd like to use sqlite3 db files on many compute nodes. But they
should access the same storage device for the sqlite3 db files.

Why not use an actual client-server database system like MySQL? It's optimized for this use case, so it incurs a lot less disk (network) I/O.

To second what Jens has written - use the right tool for the job.

SQLite is *not* the right tool for this sort of job.

MySQL/MariaDB/PostGRESQL/Oracle/SQL Server/DB2/... are what you should be looking at.

    Cheers,
        Gary B-)

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to