Hi, 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. The directory storing the db files looks the same on any compute node logically---the storage is mounted at the same mount point on the compute nodes.
To achieve this, I think a network file system (could be distributed (parallel) file system). But I know NFS is very bad at supporting sqlite3. Many other distributed (parallel) file systems also are not designed to support sqlite3, either. Is there a solution that are known to fill in this niche? Thanks. -- Regards, Peng _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users