docs/design/architecture_en.md
Pika is an open-source high-performance persistent NoSQL product, compatible with the Redis protocol, with data persistently stored in the RocksDB storage engine. It has two operating modes: Classic mode and Sharding mode.
databases configuration item controls the maximum number of DBs. A DB's physical form on Pika is a file directory.Pika's operating mode can be configured via the instance-mode configuration item in the configuration file, setting it to classic or sharding.