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

Perf fix on the MonotonicMapping column #1519

Merged
merged 1 commit into from
Sep 15, 2022
Merged

Perf fix on the MonotonicMapping column #1519

merged 1 commit into from
Sep 15, 2022

Conversation

fulmicoton
Copy link
Collaborator

The Monotonic mapping was using the default implementation for get_range and .iter.

As a result, some of the column used in merge (e.g. multivalued fast fields) were exhibiting a very strong performance regression.

@fulmicoton fulmicoton force-pushed the perf-fix-column branch 2 times, most recently from 69ada7f to 14da9c4 Compare September 14, 2022 08:18
@fulmicoton fulmicoton marked this pull request as ready for review September 14, 2022 08:20
@fulmicoton fulmicoton force-pushed the perf-fix-column branch 5 times, most recently from c971bfb to a1997a3 Compare September 14, 2022 23:59
The Monotonic mapping was using the default implementation
for `get_range` and `.iter`.

As a result, some of the column used in merge (e.g. multivalued
fast fields) were exhibiting a very strong performance regression.
@fulmicoton fulmicoton merged commit e029fdf into main Sep 15, 2022
@fulmicoton fulmicoton deleted the perf-fix-column branch September 15, 2022 05:20
This was referenced Jan 13, 2023
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

Successfully merging this pull request may close these issues.

2 participants