|
|
|
|
|
by dapperdrake
55 days ago
|
|
Not quite. For persistence latency, yes. For read-only access there could be way better caching, especially for common use cases like listing the contents of a filesystem directory. But stuff like this was excluded on purpose. NFS is really stupid. NFS made the assumption that a distributed system with over 100 times the latency of a local system could be treated like a local system in every single way. |
|