Hi,

I know that sqlite3 is not recommended to be used on NFS. But I only
use sqlite3 for read only (the only time that I write is to load the
initial data to the data base). With this restriction, NFS should be
fine as the storage since no file locking is needed.

I remember that sqlite3 on NFS is significantly slower than on a local
disk (a few times slower when I tested a few years ago).

I am wondering for my limited usage scenario, is it possible to make
sqlite3 on NFS as fast as sqlite3 on local storage (such as disable
file locking). Thanks.

--
Regards,
Peng

Reply via email to