-
We’re using Redis as the metadata engine for a while. Since JuiceFS has extended the metadata service support in the past few months, we start to explore TiKV. Our plan is to use TiKV (over Redis) for large-scale runs on the cloud. We just wonder what are the preferred use cases for MariaDB and/or SQLite. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you use SQLite as the metadata engine, the data cannot be shared between multiple machines. MariaDB/MySQL and TiKV have similar performance, but MariaDB is not as scalable as TiKV. Please refer to "Metadata Engines Benchmark" for more information. |
Beta Was this translation helpful? Give feedback.
If you use SQLite as the metadata engine, the data cannot be shared between multiple machines.
MariaDB/MySQL and TiKV have similar performance, but MariaDB is not as scalable as TiKV.
Please refer to "Metadata Engines Benchmark" for more information.