Y
Hacker News
new
|
ask
|
show
|
jobs
by
nn3
2188 days ago
A lot of modern databases don't use Btrees anymore. With a LSM structure you can use other suitable data structures because they can be write-only. For example leveldb uses a simple binary search.
1 comments
tannhaeuser
2188 days ago
https://symas.com/lmdb/
begs to differ
link
craftyguy
2187 days ago
They didn't say 'all', they said 'many'. So your one example doesn't 'beg to differ' much in the way of OP's point.
link