Hacker News new | ask | show | jobs
by ajhconway 1481 days ago
What it comes down to is performance.

You can use a relational database such as SQLite for a low-level key-value store, such as RocksDB or SplinterDB, but then you pay for the higher-level semantics with lower performance.