Hi,I'm using postgresql 9.6.4 on linux and I'm trying to execute this query ona table contains 51000 rows.
and I got this query plan:
Creation of index:I get this queryPlan:
Why the execution time increases when creating a spatial index on a tablecontaining a large amount of data?