Hacker News new | ask | show | jobs
by X6S1x6Okd1st 1977 days ago
Skimming the paper it appears so. B-trees also require sorted data.
1 comments

B-trees don't need sorted data. The B-tree insertion algorithm performs the sorting for you.
B-trees need sortable data; GP is not saying that the data has to be pre-sorted, but that it can't be unorderable or otherwise uncomparable.