Hacker News new | ask | show | jobs
by dboreham 813 days ago
imho LSM (which is what RocksDB is) is not the optimal storage manager for this application. Should be a B-tree-like thing.
1 comments

What do you mean by “this application”? There’s no application here, it’s just a database, right?

Or do you mean that LSMs shouldn’t be a foundation for a database?

LSM are write-optimized, most deployments of Redis are read-heavy situations.