Why the creation of spatial indexes decrease the performance of a query? - Mailing list pgsql-general

From hmidi slim
Subject Why the creation of spatial indexes decrease the performance of a query?
Date
Msg-id CAMsqVxumjVtB9+iMOLcFbsnuhnA+y-9zgOJLpV8SPo_qr0S=vA@mail.gmail.com
Whole thread Raw
List pgsql-general
Hi,
I'm using postgresql 9.6.4 on linux and I'm trying to execute this query on a 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 table containing a large amount of data?

pgsql-general by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: a back up question
Next
From: John R Pierce
Date:
Subject: Re: Does Postgresql 10 query partitions in parallel?