diff --git a/FUSE-Mount.md b/FUSE-Mount.md index 872f7aa..2317626 100644 --- a/FUSE-Mount.md +++ b/FUSE-Mount.md @@ -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.