Nov 20, 2023
That could work... Merge-sort is sort of what the "other" approach (towards the end) does. But you have files sorted chronologically and you really need them to be sorted by CustomerId then PageId to merge-sort them for this particular problem, I think.