mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Tiered Storage (markdown)
parent
7fee83ecb8
commit
115ce1ada1
|
@ -1,5 +1,5 @@
|
||||||
All read and write operation for volume data is O(1) disk seek. However, there are fast, slow, and remote storages.
|
All read and write operation for volume data is O(1) disk seek. However, there are fast, slow, and remote storages.
|
||||||
Since data that are hot, warm, and cold, it would be cost-efficient to move data accordingly.
|
Since data that are hot, warm, and cold, it would be cost-efficient to place data accordingly.
|
||||||
|
|
||||||
# Speed up volume index
|
# Speed up volume index
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue