From f2416b6e8056138ea9c6eac519b84868d04ee58e Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 28 Mar 2020 22:25:20 -0700 Subject: [PATCH] Updated FUSE Mount (markdown) --- FUSE-Mount.md | 2 ++ 1 file changed, 2 insertions(+) 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.