From d83d6118e07166d2c2def93c7e1d74cfef448d62 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 6 Sep 2020 11:18:32 -0700 Subject: [PATCH] Updated Filer Store Replication (markdown) --- Filer-Store-Replication.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Filer-Store-Replication.md b/Filer-Store-Replication.md index 86e10e7..729b57f 100644 --- a/Filer-Store-Replication.md +++ b/Filer-Store-Replication.md @@ -5,9 +5,11 @@ # Use Cases -For filer stores using shared filer stores, such as shared Mysql/Postgres/Cassandra/Redis/etc in [[Filer-Stores]], this is not really needed, since all filers are stateless. +For filer stores using shared filer stores, such as shared Mysql/Postgres/Cassandra/Redis/ElasticSearch/etc in [[Filer-Stores]], this is not really needed, since all filers are stateless, and there are no need to replicate the meta data back to the same filer store. -But if each filer has its own filer store, usually with the default local leveldb, or even with a dedicated Mysql/Postgres/Cassandra/Redis/etc store, this would be very useful. +But if each filer has its own filer store, usually with the default local Leveldb, or even with a dedicated Mysql/Postgres/Cassandra/Redis/etc store, this would be very useful. + +Sometimes you may want to replicate the existing store to a new filer store, or move to a new filer store, this would also be useful. # One-Directional Replication