Search Articles

Search Results: KeyValueStore

Airbnb's Mussel V2: How a NewSQL Backend Transformed Key-Value Storage at Scale

Airbnb's Mussel V2: How a NewSQL Backend Transformed Key-Value Storage at Scale

Airbnb migrated its core key-value store, Mussel, to a NewSQL-powered architecture to tackle real-time fraud, personalization, and massive data demands. The overhaul slashes operational complexity, eliminates hotspots, and delivers millisecond reads across petabytes—here’s how they did it without downtime.
ElysianDB: The Lightweight Go-Powered Key-Value Store Challenging Performance Benchmarks

ElysianDB: The Lightweight Go-Powered Key-Value Store Challenging Performance Benchmarks

Meet ElysianDB, a new high-performance key-value store written in Go that combines Redis-style simplicity with modern cloud-native deployment. Offering dual TCP/HTTP protocols, persistent storage, and TTL support, it achieves remarkable throughput of 360k+ requests per second while maintaining sub-millisecond latency. This minimalist yet powerful alternative enters the database landscape with Docker-first deployment and a focus on developer efficiency.