mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-24 08:46:54 +08:00
Updated FUSE Mount (markdown)
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user