From deb9cfd226f98186be752688d9e4e2f1a2c28dbb Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 1 Jan 2020 12:08:33 -0800 Subject: [PATCH] Updated Erasure Coding for warm storage (markdown) --- Erasure-Coding-for-warm-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Erasure-Coding-for-warm-storage.md b/Erasure-Coding-for-warm-storage.md index 03cc222..3cc4503 100644 --- a/Erasure-Coding-for-warm-storage.md +++ b/Erasure-Coding-for-warm-storage.md @@ -18,7 +18,7 @@ The downside: * If some EC shards are missing, fetching data on those shards would be slower. * Re-construct missing EC shards would require transmitting whole volume data. * Only deletion is supported. Update is not supported. -* Compaction is WIP. This would require transmitting whole volume data. +* Compaction would require converting back to normal volumes first. Side Note: * The 10+4 can be easily adjusted via `DataShardsCount` and `ParityShardsCount` in