Hacker News new | ask | show | jobs
by psaccounts 5519 days ago
Is there a more useful technical paper on Fractal Trees? Better yet is there a open source implementation of the same?
1 comments

Cache-oblivious streaming B-trees:

http://supertech.csail.mit.edu/papers/sbtree.pdf

I don't know for certain any open-source implementation, but I have heard COLAs are used in HBase.