1 Repo
Architectures that process operations sequentially on a single thread to avoid lock contention.
Distinct from Single-Node Processing: Distinct from Single-Node Processing: focuses on the single-threaded execution model specifically to eliminate lock contention, not just single-node deployment.
Explore 1 awesome GitHub repository matching data & databases · Sequential Execution Engines. Refine with filters or upvote what's useful.
TigerBeetle is a distributed financial accounting database designed for high-volume transaction processing. It functions as a specialized transaction engine that enforces strict double-entry bookkeeping invariants, ensuring that every debit and credit is balanced and accounted for with absolute consistency. By utilizing a consensus-based replication model, the system provides high availability and data durability across geographically distributed clusters, making it suitable for mission-critical financial infrastructure. The system distinguishes itself through a performance-oriented architect
Processes all transactions sequentially on a single core to eliminate lock contention and ensure absolute consistency.