Updated Mount Remote Storage (markdown)

Chris Lu 2021-08-09 23:38:37 -07:00
parent fb01808e7e
commit 1ee408cd99

@ -21,8 +21,13 @@ Now you can run `remote.mount` in `weed shell`:
With `remote.mount`, you can mount one bucket or one of the directory in the bucket.
## Cache Meta Data
This operation will pull down all meta data from the remote storage.
## Cache Metadata
This operation will pull down all metadata from the remote storage.
Later, any metadata operations can be invoked locally, and respond very fast.
## Benefits to Cache Metadata
### Speed up meta data operations
This will greatly speed up metadata operations, such as file listing, directory traversal, check file size, read file modification time, etc. This operations usually are repeated often. Adding up all the network calls to the remote storage will slow down operations quite a lot.