kemono2/docs/features/redis_sharding.md
2024-07-04 22:08:17 +02:00

599 B

Redis Sharding

Table of contents

General Description

Redis' synchronous nature combined with large, hulking datasets that need to be scanned repeatedly and often make for poor scalability. Let's mitigate those bottlenecks by splitting up the data Redis has to scan across databases, and entire threads of execution across instances.

Issues