What's the big deal about key-value databases like FoundationDB and RocksDB?

published on 2022/12/19

Let's assume you're familiar with basic SQL databases like PostgreSQL and MySQL, and document databases like MongoDB and Elasticsearch. You probably know Redis too.

But you're hearing more and more about embedded key-value stores like RocksDB, LevelDB, PebbleDB, and so on. And you're hearing about distributed key-value databases like FoundationDB and TiKV.

What's the big deal? Aren't these just the equivalent of Redis or Java's ConcurrentHashMap?

Eaton Phil