Distributed SQL database in Rust, written as an educational project
翻译 - Rust中的分布式SQL数据库,作为学习项目编写
#算法刷题#The Art of Problem-Solving in Software Engineering: How to Make MySQL Better
One of the fastest embeddable key-value ACID database without WAL. libmdbx surpasses the legendary LMDB in terms of reliability, features and performance.
Authenticated multi-version database: sparse binary merkle tree with compact partial-tree proofs
An embedded, in-memory, zero-copy, atomicity, consistency, isolation, MVCC, almost lock-free and serializable snapshot isolation database engine.
Ultra fast compact embedded database for tabular and semistructured data.
Pillars for Transactional Systems and Data Grids
Optimistic multi-version concurrency control (MVCC) for main memory databases, written in Rust.
A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.
a tiny database with ARIES recovery algorithm (WAL and Fuzzy Checkpoint) to achieve ACID
Ultra fast, compact, Embedded Database for tabular and semistructured data.
FoundationDB Golang Record Layer & Queue
A distributed transactional key-value storage engine in Rust, with horizontal scalability, strong consistency, and high availability.
Tesseract: Efficient Online Schema Evolution for Snapshot Databases (VLDB 2023)