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

Optimize date_historam's hard_bounds (backport of #66051) #66061

Merged
merged 1 commit into from
Dec 8, 2020

Conversation

nik9000
Copy link
Member

@nik9000 nik9000 commented Dec 8, 2020

This allows date_histograms with hard_bounds and extended_bounds
to use the "as range" style optimizations introducedin #63643. There
isn't any work to do for exended_bounds besides add a test. For
hard_bounds we have to be careful when constructing the ranges that to
filter.

This allows `date_histogram`s with `hard_bounds` and `extended_bounds`
to use the "as range" style optimizations introducedin elastic#63643. There
isn't any work to do for `exended_bounds` besides add a test. For
`hard_bounds` we have to be careful when constructing the ranges that to
filter.
@nik9000 nik9000 merged commit bcb8ca0 into elastic:7.x Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant