- Stratified B-trees and versioning dictionaries
- A Comprehensive Performance Evaluation of Modern in-Memory Indices
- FPGA-Accelerated Compactions for LSM-based Key-Value Store
- Revisiting the design of LSM-tree Based OLTP storage engine with persistent memory
- LB+Trees: optimizing persistent index performance on 3DXPoint memory
- SLM-DB: Single-Level Key-Value Store with Persistent Memory - this inspired LotusDB
Percona XtraDB is an enhanced version of the InnoDB storage engine, designed to better scale on modern hardware.
- Write Optimization: Myths, Comparison, Clarifications
- Write Optimization: Myths, Comparison, Clarifications - Part 2
- How TokuDB Fractal Tree Indexes work
- TokuMX Fractal Tree(R) indexes, what are they?
- A Comparison of Fractal Trees to LSM Trees
- Percona Live Slides and Video Available: The Right Read Optimization is Actually Write Optimization
- An article explaining B-trees, LSM trees and Fractal tree indexes
An open-source distributed NoSQL wide-column data store. It was designed to be compatible with Apache Cassandra while achieving significantly higher throughputs and lower latencies.
An in-process SQL OLAP database management system, in process, serverless and optimized for analytics.
SplinterDB is a key-value store from vmware designed for high performance on fast storage devices.
- SplinterDB: Closing the Bandwidth Gap for NVMe Key-Value Stores
- SplinterDB and Maplets: Improving the Tradeoffs in Key-Value Store Compaction Policy
- SplinterDB - a key-value store designed for high performance on fast storage devices from vmware
Alibaba Cloud PolarDB is a cloud-native relational database service that decouples computing resources from storage resources and uses integrated software and hardware to provide secure and reliable services with high performance, auto scaling capabilities within seconds, and a large storage capacity.
- Review: PolarDB-SCC: A Cloud-Native Database Ensuring Low Latency for Strongly Consistent Reads
- PolarDB - cloud native distributed sql database from ali baba
LotusDB is the most advanced key-value store written in Go, extremely fast, compatible with LSM tree and B+ tree, and optimization of badger and bbolt.
An open source transactional key value store created more than ten years ago. It is one of the first systems to combine the flexibility and scalability of NoSQL architectures with the power of ACID transactions.