Closed Bensk1 closed 9 years ago
@Bensk1 : Could you please add a 4 column testcase (ABCD), where the sort order is defined by B-C-A?
@martinfaust is https://github.com/Bensk1/hyrise/commit/04e388faf5c2a52d74cbd2bbe90a1d602b024521 fine for you?
@Bensk1 Nope. Can you build data that stresses the cascaded sort even more, e.g. Where the sorted results would be
3,4,5 4,4,5 3,5,5
if sorted by BCA?
Is
@martinfaust Should be done.
@Bensk1 Thanks! Can you please squash your commits?
This implements mainly the sorted column store merge. It includes as well some code beautification and performance optimisation.