Hacker News new | ask | show | jobs
by phatfish 702 days ago
The NFS protocol does not support all the functions of a "native" filesystem running on a block device.

NFS is fine for configuration files or read only. But workloads that do any sort of intensive writes will probably not like NFS, from SQLite up.

The newest NFS versions might fix some of the issues around caching that cause problems for write operations though.