macos-fuse-t / fuse-t

Other
808 stars 3 forks source link

local disk cache performanace #27

Closed sharkopen closed 1 year ago

sharkopen commented 1 year ago

When using a local disk as cache, what options should be set for Fuse-t to achieve similar read/write performance as the local disk?

macos-fuse-t commented 1 year ago

You can try playing with rwsize: -o rwsize=262144

sharkopen commented 1 year ago

after adding the option -o rwsize=262144, there is still a significant performance difference. Are there any other factors that could affect the IO performance? default (1) default

macos-fuse-t commented 1 year ago

What is your use case?

sharkopen commented 1 year ago

Some tasks or job files are located on a remote server and need to be accessed using local software. To facilitate the operation and reduce manual file copying to the local machine, it is desired to directly use local software to read and write the task files at the mount point. If the read/write performance is not similar to local disk cache, executing tasks involving large files will still take a considerable amount of time.

sharkopen commented 1 year ago

use intranet with remote-server

macos-fuse-t commented 1 year ago

If it's for a commercial project, contact me directly by e-mail. surely performance can be tweaked but it's not an urgent issue at this moment