mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FUSE Mount (markdown)
parent
f0a87dc8dc
commit
3d4d55ee7b
|
@ -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
|
$ fio --name=sequential-read -directory=mm --rw=read --refill_buffers --bs=4M --size=4G
|
||||||
|
|
Loading…
Reference in a new issue