elastic / elasticsearch

Free and Open, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
68.58k stars 24.36k forks source link

Use Well Known Binary format for `geo_shape` synthetic source #108989

Open salvatore-campagna opened 1 month ago

salvatore-campagna commented 1 month ago

Description

Using WKB would result in better performance when it comes to reconstructing documents using synthetic source. It also results in no accuracy loss.

elasticsearchmachine commented 1 month ago

Pinging @elastic/es-storage-engine (Team:StorageEngine)

lkts commented 1 month ago

Same as #108980 ?