Y
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
pgwhalen
813 days ago
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?
link
woooooo
813 days ago
LSM are write-optimized, most deployments of Redis are read-heavy situations.
link
Or do you mean that LSMs shouldn’t be a foundation for a database?