From 3d4d55ee7be7e0f36a9ee3bfd55abb9ec33ca7e1 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 18 May 2020 21:47:34 -0700 Subject: [PATCH] Updated FUSE Mount (markdown) --- FUSE-Mount.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FUSE-Mount.md b/FUSE-Mount.md index e61f319..b32b6a8 100644 --- a/FUSE-Mount.md +++ b/FUSE-Mount.md @@ -179,7 +179,9 @@ Threads fairness: ``` -Here is the result of using tool [fio](https://github.com/axboe/fio). The write performance may seem low, because SeaweedFS choose to always commit to the remote storage first, instead of writing to local cache and claim success too early. +Here is the result of using tool [fio](https://github.com/axboe/fio). +* The read performance is great because SeaweedFS FUSE asynchronously caches both metadata and file content. +* The write performance may seem low, because SeaweedFS FUSE chooses to always commit to the remote storage first, instead of writing to local cache and claim success too early. ``` $ fio --name=sequential-read -directory=mm --rw=read --refill_buffers --bs=4M --size=4G