Repository History
2 repositories tagged with acid

TidesDB: A High-Performance Embeddable Storage Engine in C
TidesDB is a high-performance, adaptive, and durable embeddable storage engine library written in C. It is built on a log-structured merge-tree (LSM-tree) and offers ACID transactions with MVCC, multi-column family support, and cross-platform compatibility. Designed for flash and RAM optimization, TidesDB provides a robust foundation for building scalable key-value or column stores.

FoundationDB: An Open Source Distributed Transactional Key-Value Store
FoundationDB is an open-source, distributed, transactional key-value store developed by Apple. It is designed to manage large volumes of structured data across clusters, offering strong ACID transaction guarantees for all operations. This robust database is well-suited for both read/write and write-intensive workloads, providing excellent performance.