yaledb / calvin
Calvin is a scalable transactional database system that leverages determinism to guarantee active replication and full ACID-compliance of distributed transactions without two-phase commit. Most of the code is for VLDB 2014 paper: 《An Evaluation of the Advantages and Disadvantages of Deterministic Database Systems》.
☆313Updated 3 years ago
Alternatives and similar repositories for calvin:
Users that are interested in calvin are comparing it to the libraries listed below
- Beta release of Masstree.☆440Updated last year
- ☆616Updated 3 years ago
- Multicore in-memory storage engine☆386Updated 7 years ago
- The PebblesDB write-optimized key-value store (SOSP 17)☆509Updated 11 months ago
- Deneva is a distributed in-memory database framework that supports the evaluation of various concurrency control algorithms.☆114Updated 2 years ago
- ☆143Updated 2 years ago
- ☆285Updated 2 years ago
- H-Store Distributed Main Memory OLTP Database System☆575Updated 4 years ago
- Paxos protocol framework☆557Updated last year
- NOPaxos consensus protocol☆134Updated 4 years ago
- Apache Quickstep Incubator - This project is retired☆95Updated 6 years ago
- Order-preserving key encoder☆122Updated 4 years ago
- First Practical and General-purpose Range Filter☆542Updated 3 years ago
- Hermes: a fault-tolerant replication protocol, implemented over RDMA, guaranteeing linearizability and achieving low latency and high thr…☆167Updated 11 months ago
- Collection of experiments to carve out the differences between two types of relational query processing engines: Vectorizing (interpretat…☆254Updated 6 years ago
- A transactional main-memory database system on multicores☆103Updated 6 years ago
- A RocksDB plugin for key-value separation, inspired by WiscKey.☆495Updated 2 weeks ago
- **No Longer Maintained** Official RAMCloud repo☆492Updated 5 years ago
- A fork of LevelDB intended to meet the needs of HyperDex while remaining compatible with LevelDB.☆460Updated 9 years ago
- Read- and latency-optimized log structured merge tree☆174Updated 12 years ago
- CASPaxos: Replicated State Machines without logs☆99Updated 6 years ago
- Experiments in partially ordered SMR.☆48Updated 4 years ago
- TLA+ specification for the Raft consensus algorithm☆489Updated last month
- A library that provides an embeddable, persistent key-value store for fast storage optimized for AWS☆787Updated 2 months ago
- An open sourced implementation of Bw-Tree in SQL Server Hekaton