Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on-the-fly sorting #4

Open
tacaswell opened this issue Dec 19, 2022 · 0 comments
Open

on-the-fly sorting #4

tacaswell opened this issue Dec 19, 2022 · 0 comments

Comments

@tacaswell
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant