|
|
|
|
|
by cyberax
1191 days ago
|
|
That depends on what you consider "fast". EFS (the "serverless" NFS) has sub-millisecond operation latency. S3 is more in the 10-20ms range for most operations, with occasional spikes. BTW, if you need a pure Go client for NFSv4 (including AWS EFS), feel free to check my: https://github.com/Cyberax/go-nfs-client |
|
I’m not saying that S3 is perfect or even good for most workloads. However, it is most excellent when the workload fits.