-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Re-enable use_doc_values_skipper and add specialized lucene query for @timestamp
field filtering.
#127260
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
base: main
Are you sure you want to change the base?
Re-enable use_doc_values_skipper and add specialized lucene query for @timestamp
field filtering.
#127260
Conversation
d5bd0d1
to
21075f1
Compare
506cbfc
to
d2cf578
Compare
Elastic/logs run comparing main (baseline) to this branch (contender):
The |
Looks the large regression are not caused by range queries on timestamp field ( A lot of time is spent at I suspect some specialization needs to be build for |
Additionally, updated the filter-by-filter optimization to make use of the new TimestampQuery.
Relates to #127263