全球主机交流论坛

标题: 求大佬帮翻译下这个 是啥意思啊 [打印本页]

作者: ninqq    时间: 2020-3-19 11:36
标题: 求大佬帮翻译下这个 是啥意思啊
本帖最后由 ninqq 于 2020-3-19 11:37 编辑

机翻的看不懂

只看懂放到内存里

这几条具体不是很清楚
  1. It will use fewer transactions (important if you pay for them)
  2. It will use more memory. Rclone has to load the whole listing into memory.
  3. It may be faster because it uses fewer transactions
  4. It may be slower because it can’t be parallelized
  5. rclone should always give identical results with and without --fast-list.
复制代码




完整的


  1. --fast-list
  2. When doing anything which involves a directory listing (eg sync, copy, ls - in fact nearly every command), rclone normally lists a directory and processes it before using more directory lists to process any subdirectories. This can be parallelised and works very quickly using the least amount of memory.

  3. However, some remotes have a way of listing all files beneath a directory in one (or a small number) of transactions. These tend to be the bucket based remotes (eg S3, B2, GCS, Swift, Hubic).

  4. If you use the --fast-list flag then rclone will use this method for listing directories. This will have the following consequences for the listing:

  5. It will use fewer transactions (important if you pay for them)
  6. It will use more memory. Rclone has to load the whole listing into memory.
  7. It may be faster because it uses fewer transactions
  8. It may be slower because it can’t be parallelized
  9. rclone should always give identical results with and without --fast-list.

  10. If you pay for transactions and can fit your entire sync listing into memory then --fast-list is recommended. If you have a very big sync to do then don’t use --fast-list otherwise you will run out of memory.

  11. If you use --fast-list on a remote which doesn’t support it, then rclone will just ignore it.

  12. --timeout=TIME
复制代码

作者: 不懂事的依旧    时间: 2020-3-19 11:36
-快速列表
在执行涉及目录列表的任何操作(例如,同步,复制,ls-实际上几乎是每个命令)时,rclone通常会列出目录并对其进行处理,然后再使用更多目录列表来处理任何子目录。这可以并行化,并且使用最少的内存即可非常快速地工作。

但是,某些远程服务器可以在一个(或少量)事务中列出目录下的所有文件。这些往往是基于存储桶的遥控器(例如S3,B2,GCS,Swift,Hubic)。

如果使用--fast-list标志,则rclone将使用此方法列出目录。这将对清单产生以下影响:

它将使用较少的交易(如果您为交易付款,这很重要)
它将使用更多的内存。Rclone必须将整个列表加载到内存中。
可能会更快,因为它使用较少的交易
可能比较慢,因为它无法并行化
无论是否使用--fast-list,rclone都应始终给出相同的结果。

如果您为交易付费,并且可以将整个同步列表放入内存中,则建议--fast-list。如果要进行很大的同步,则不要使用--fast-list,否则将耗尽内存。

如果在不支持它的遥控器上使用--fast-list,则rclone只会忽略它。

--timeout =时间
作者: h20    时间: 2020-3-19 11:36
提示: 作者被禁止或删除 内容自动屏蔽
作者: ninqq    时间: 2020-3-19 11:41
本帖最后由 ninqq 于 2020-3-19 11:46 编辑
h20 发表于 2020-3-19 11:36
transactions 翻译为流量 你就懂了吧

感谢
懂了 不知道使用这个 会不会降低下负载 同步的时候 源机器卡的不能自理了




欢迎光临 全球主机交流论坛 (https://hostloc.gdisk.cf/) Powered by Discuz! X3.4