Updated Super Large Directories (markdown)

Chris Lu 2020-12-22 02:27:48 -08:00
parent 79ee7e9c41
commit 40e6967901

@ -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]