[Search] Remove unnecessary encoding/decoding of the ES-response in Kibana server #189640
Labels
impact:high
Addressing this issue will have a high level of impact on the quality/strength of our product.
loe:needs-research
This issue requires some research before it can be worked on or estimated
performance
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
Describe the feature:
Remove decoding and re-encoding of the ES-response from Kibana-server. The elasticsearch-js client now does this by default. Using the
asStream
option will avoid this.Describe a specific use case for the feature:
This is a performance improvement (see outcomes listed here #184713)
For async-search, this is blocked by elastic/elasticsearch#109576.
Tasks
The text was updated successfully, but these errors were encountered: