mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Path Specific Filer Store (markdown)
parent
786c13fe50
commit
b481481830
|
@ -45,7 +45,7 @@ This only works for new data or new updates. Existing data for old directories w
|
||||||
|
|
||||||
The directory path stored in the path-specific filer store has the `location` prefix trimmed and persists to the store. For example, if `location = "/my/home/"`, the file `/my/home/tmp/file.txt` will only store as "/tmp/file.txt". When reading back, the prefix will be transparently added back.
|
The directory path stored in the path-specific filer store has the `location` prefix trimmed and persists to the store. For example, if `location = "/my/home/"`, the file `/my/home/tmp/file.txt` will only store as "/tmp/file.txt". When reading back, the prefix will be transparently added back.
|
||||||
|
|
||||||
This trimming saves some storage, but that is not the purpose. This means the path-specific filer store can later change `location` to another directory, or even another filer.
|
This trimming saves some storage, but that is not the purpose. This means the path-specific filer store is portable. It can later change `location` to another directory, or even another filer.
|
||||||
|
|
||||||
# What still works?
|
# What still works?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue