-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
The events are mostly sorted in the raw data, but for analysis need to be time-sorted.
Because of the alomst-sorted nature the best path is probably to:
- when reading a batch use insertion sort to it locally
- use merge sort's merge to merge that data into the existing data
If paging keep out some buffer.
Metadata
Metadata
Assignees
Labels
No labels