scale-kv: A Storage Experiment About Complexity
scale-kv is a Rust storage experiment that explores transactional KV, page structures, quorum behavior, and distributed-system complexity.
scale-kv is a Rust storage experiment that explores transactional KV, page structures, quorum behavior, and distributed-system complexity.
OceanBase targets high availability and scalability in a shared-nothing cluster. The core engineering challenge is to make four critical subsystems work together with predictable…
The CAP theorem has become one of the hottest theorems in recent years; when discussing distributed systems, CAP is inevitably mentioned. However, I feel that I haven’t thoroughly…