5 ms·
From experience, and supported by the Sqlite docs, I can tell you that trying to run sqlite on files on an NFS mounted filesystem will not work. See section 2.1
by drderidder 7y ago
From experience, and supported by the Sqlite docs, I can tell you that trying to run sqlite on files on an NFS mounted filesystem will not work. See section 2.1 of this document [1] and the related discussion HN discussion [2]
[1] https://www.sqlite.org/howtocorrupt.html https://www.sqlite.org/howtocorrupt.html
[2] https://news.ycombinator.com/item?id=22098832 https://news.ycombinator.com/item?id=22098832