Skip to content

Conversation

@emilk
Copy link
Member

@emilk emilk commented Aug 23, 2023

What

This should also overall just speed up data insertion for the common case of already-sorted data

Checklist

emilk added 2 commits August 23, 2023 13:52
This optimizes the case of inserting already-sorted data (common case)
and fixes quadratic runtime when inserting a lot of data with the
exact same time stamp.
@emilk emilk added 🪳 bug Something isn't working 📉 performance Optimization, memory use, etc labels Aug 23, 2023
@emilk emilk added this to the 0.8.2 milestone Aug 23, 2023
@emilk emilk merged commit 4bc05e5 into main Aug 23, 2023
@emilk emilk deleted the emilk/fix-quadratic-insert branch August 23, 2023 12:39
jleibs pushed a commit that referenced this pull request Aug 31, 2023
jleibs pushed a commit that referenced this pull request Aug 31, 2023
jleibs pushed a commit that referenced this pull request Aug 31, 2023
@jleibs jleibs mentioned this pull request Aug 31, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🪳 bug Something isn't working 📉 performance Optimization, memory use, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Very slow data ingestion of light data re_datastore: properly handle already sorted data during insertion

3 participants