> On Oct 15, 2019, at 3:47 PM, Peng Yu <[email protected]> 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. —Jens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

