Tagged Questions
1
vote
1answer
532 views
bulk loading data into a b+tree
I have built a b+tree index of my own, with all the operations for insert/delete/search over the index. To accelerate the insertion of a huge dataset, I would like to implement bulk-loading as well to ...