suggest -o big_writes

[Imported from Trac: page SftpFrontend, version 51]
davidsarah 2010-08-29 03:30:18 +00:00
parent 655b75508a
commit 425f563c14

@ -38,6 +38,7 @@ Filenames are normalized to NFC, which means that it is not possible to have two
The SFTP frontend currently performs no caching (sshfs does cache, but only for 20 seconds with the default settings). Some applications assume that file operations have relatively low latency, and may have very poor performance when working directly with a Tahoe filesystem. In this case it may be better to copy files to a local filesystem and work on them there, then copy back any changes. Note that just browsing a directory may cause some apps to perform many unnecessary reads or attribute checks of files in that directory. The SFTP frontend currently performs no caching (sshfs does cache, but only for 20 seconds with the default settings). Some applications assume that file operations have relatively low latency, and may have very poor performance when working directly with a Tahoe filesystem. In this case it may be better to copy files to a local filesystem and work on them there, then copy back any changes. Note that just browsing a directory may cause some apps to perform many unnecessary reads or attribute checks of files in that directory.
The `-o big_writes` option to `sshfs` may improve write performance.
# Specific clients # Specific clients