simplify geo_shape geometry for query response #96033
Labels
:Analytics/Geo
Indexing, search aggregations of geo points and shapes
>enhancement
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Uh oh!
There was an error while loading. Please reload this page.
Enhancement request
Allow for simplification of geo_shape geometry in _search response.
Kibana maps use case
In Kibana, the optimal way to retrieve documents is vector tile search API. However, Kibana can not always use the vector tile search API and must fallback to JSON search API under the following circumstances
In cases where JSON search API is required, loading complex geometries is noticeably slow. The performance is effect by having to transmit large amounts of ASCII data across the network. Being able to simplify geo_shape geometry for query response would mitigate the problem by transferring significantly less data across the network.
One risk is that geometry simplification may be more time consuming than transferring the original geometry across the network.
The text was updated successfully, but these errors were encountered: