From 40e69679012455f920b107e145b47cfcc298575c Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 22 Dec 2020 02:27:48 -0800 Subject: [PATCH] Updated Super Large Directories (markdown) --- Super-Large-Directories.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Super-Large-Directories.md b/Super-Large-Directories.md index 0a1fc37..bc8d469 100644 --- a/Super-Large-Directories.md +++ b/Super-Large-Directories.md @@ -10,7 +10,7 @@ We need a way to spread the data to all data nodes, without sacrificing too much # How it works? -This is currently only implemented in Cassandra. In Cassandra, each entry has this schema: +This is currently only implemented in Cassandra and Redis. In Cassandra, each entry has this schema: ``` CREATE TABLE filemeta ( directory varchar, @@ -33,7 +33,7 @@ The consequences are: # How to configure it? -In `filer.toml` for Cassandra, there is an option `superLargeDirectories`. For example, if you will have a lot of user data under `/home/users` +In `filer.toml` for Cassandra/Redis, there is an option `superLargeDirectories`. For example, if you will have a lot of user data under `/home/users` ``` [cassandra]