You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on project were we need to run our applications on academic clusters. These are typically pretty restrained, some don't have internet access, while others we contractually can't host any data outside. They typically only have network attached storage such as NFS.
Now here is the question, sqlite's faq recommends against storing the database in NFS and there is numerous account of corrupted database online, with the significant changes made to storage in libsql, does this recommendation still holds?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am working on project were we need to run our applications on academic clusters. These are typically pretty restrained, some don't have internet access, while others we contractually can't host any data outside. They typically only have network attached storage such as NFS.
Now here is the question, sqlite's faq recommends against storing the database in NFS and there is numerous account of corrupted database online, with the significant changes made to storage in libsql, does this recommendation still holds?
Beta Was this translation helpful? Give feedback.
All reactions