|
|
|
|
|
by vicaya
4606 days ago
|
|
For reads, sure. LSMs are optimized for writes, while LMDB, which is a nice B-tree implementation is optimized for reads. LSMs are getting popular because it's harder to scale durable writes than reads, which can be handled (in many cases independently) by caching. |
|
Going forward, power efficiency will still be crucial - for as long as civilization persists. But optimizing durable writes will be about as useful as optimizing delay loops.