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

Methodology for incremental index and external sorting #3

Open
cmdcolin opened this issue Aug 2, 2021 · 0 comments
Open

Methodology for incremental index and external sorting #3

cmdcolin opened this issue Aug 2, 2021 · 0 comments

Comments

@cmdcolin
Copy link
Collaborator

cmdcolin commented Aug 2, 2021

Potentially the streaming data could be combined with the existing index (ix file), re-sorted, and then outputted to the ix file, and then ixx created

The naive approach to do this all in memory would probably work in most cases but may not be uber scalable, but could be a good first approach

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