[data.search.aggs] Use point in time searches for "Other" bucket #79863
Labels
Feature:Search
Querying infrastructure in Kibana
Icebox
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:large
Large Level of Effort
Project:AsyncSearch
Background search, partial results, async search services.
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
The point in time API would prevent potential edge cases in the "Other" bucket by executing sequential requests using the same context. This would be especially useful for handling slow queries with updates happening in between, a situation that can cause inaccurate results today.
It is likely that we would need to implement this as part of the search strategies repository, so that the fallback case when the point in time API is not available is to run searches normally.
cc @lizozom @lukasolson
The text was updated successfully, but these errors were encountered: