Skip to content

Remove feature flag for geoshape decimation

Zhibin Mai requested to merge use_FF_client_lib into master

This MR is to remove the feature flag for geoshape decimation as geoshape decimation has been deployed since M16 and the feedback is positive:

  1. It boosts the GIS map performance 20-30 times (in terms of search and data fetch) after the geoshape is decimated in the client deployments.
  2. It speeds up the indexing performance as the overhead on geoshape decimation is offset by the performance improvement on the ElasticSearch indexing (geoshape indexing)
Edited by Zhibin Mai

Merge request reports