mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
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.