|
|
|
|
|
by leif
3894 days ago
|
|
> In that case all you've got is an in-memory queue that evaporates on a system crash. https://www.cs.berkeley.edu/~brewer/cs262/Aries.pdf > Remember that merge operations are O(N). Then remember that there are N of them to do. O(N^2) is a horrible algorithmic complexity. No. Mountains of actual math refute this. LSM-tree merges are O(N log N). This is an Actual Fact. Read more, kids. |
|
O(N log N) is still untenable in the long run, nobody has exponentially growing compute resources.