mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-08 00:24:23 +08:00
Updated Mount Remote Storage (markdown)
@@ -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.
|
||||
|
Reference in New Issue
Block a user