Files
Nominatim/sql
Sarah Hoffmann 2a6e8ad68e add bbox whereclause to make postgis 3.0 happy
Normally ST_Covers() should include a bbox index use,
so adding a bbox where clause is not really necessary.
However, the query planner messes up and uses a parallel
index search with a second index instead of exclusively
running on the geometry index, when the bbox part is
missing.
2020-02-16 14:10:22 +01:00
..
2020-01-23 22:28:43 +01:00
2020-01-23 22:28:43 +01:00