Updated Remote Storage Architecture (markdown)

Chris Lu 2021-08-10 00:56:22 -07:00
parent 534e0e0770
commit 3e3fdc5512

@ -47,7 +47,7 @@ The metadata will be used for all metadata operations, such as listing, director
A file has metadata and its content.
By default, the file content is cached to local volume servers on the first read.
By default, the file content is [[cached|Cache Remote Storage]] to local volume servers on the first read.
Sometimes you may want to fetch all file content for a set of files. But trying to warm up the cache by open and read all files is not fun.