Updated FUSE Mount (markdown)

Chris Lu 2020-03-28 22:25:20 -07:00
parent 2dc2eb3abb
commit f2416b6e80

@ -59,6 +59,8 @@ Due to the limitation of FUSE and network IO, the performance of the mounted fil
So if your data is temporary local files, try to move the writes to other unmounted directories. If the data is shared across the distributed file system, the additional cost to write should be acceptable for most cases.
For example, you can create a soft link to a directory or a file on a local disk, and put temp data there.
#### Benchmark Results
"sysbench" is used here. If you have better benchmarking tools, please share your results.