From 2171d11cc4dd3fa85436765e85d481518fd0bfdb Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 1 Mar 2021 21:38:38 -0800 Subject: [PATCH] Updated Tiered Storage (markdown) --- Tiered-Storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiered-Storage.md b/Tiered-Storage.md index 059cd4c..8833e00 100644 --- a/Tiered-Storage.md +++ b/Tiered-Storage.md @@ -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. -Since data that are hot, warm, and cold, it would be cost-efficient to place data accordingly. +Since data that are hot, warm, and cold, it would be cost-efficient to place data accordingly. SeaweedFS supports tiered storage, where you can place data to customizable disk types, and provides ways to move data to different tiers. ```