Improve data plugin performance #84923
Labels
Feature:Aggregations
Aggregation infrastructure (AggConfig, esaggs, ...)
Feature:Search
Querying infrastructure in Kibana
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:medium
Medium Level of Effort
performance
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
triage_needed
The
data
plugin, being one of the most fundamental plugins in the Kibana ecosystem, is the critical part of improving the overall Kibana performance.Network
If you run Kibana with APM enabled (see instruction), you can notice that the plugin performs some amount of duplicated network requests, which can be optimized:
Note: I've got these numbers running Kibana and Elasticsearch locally - the network latency might be even higher on Cloud.
Code
kibana/src/plugins/data/server/search/search_service.ts
Lines 243 to 255 in b3430e3
RequestHandlerContext
with lazy instantiated APIkibana/src/core/server/core_route_handler_context.ts
Lines 32 to 58 in bc8a1da
The text was updated successfully, but these errors were encountered: