What are the theoretical maximum limits for single-threaded read, single-threaded write, and 50/50 mixed read-write workloads in terms of bandwidth and IOPS when using go-fuse's rawFileSystem with kernel FUSE? @hanwen @jmhodges @bradfitz
In our practical tests, we stripped away all backend processing logic and simply returned success immediately within the API handlers (null operation). Under this configuration, the maximum write bandwidth we observed was approximately 5 GB/s.
test case:
vdbench 2000 * 100MB file /120 thread / 128KB ioSize /