From 115ce1ada138e1ff31ae9dd8173f613dd0d6c9c7 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 22 Feb 2021 02:12:19 -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 4abe85f..d2b0d27 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 move data accordingly. +Since data that are hot, warm, and cold, it would be cost-efficient to place data accordingly. # Speed up volume index