[Feature Request] Decouple histogram and data in search results #132673
Labels
feedback_needed
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
When using the Kibana dashboard to search data, Kibana runs two queries (1 for the histogram and 1 for the data) and doesn’t return either until both queries have been fulfilled.
This makes the lower bound of the search time the slower of the two queries (generally the histogram query).
Decoupling the queries so that the data can be returned while the histogram is still loading would be a usability improvement for use cases where the user is primarily interested in the data.
The text was updated successfully, but these errors were encountered: