]> git.openstreetmap.org Git - nominatim.git/commit
use coalsce() instead of indexless postgis functions
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 12 Aug 2023 17:14:13 +0000 (19:14 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 12 Aug 2023 17:14:13 +0000 (19:14 +0200)
commit611b925368aa0a8716ed91fba41c2de8d4917fdf
tree99c35f0e38b4532a2a1a5e9fadafc6a1126e1497
parentcab2a74740ba951a09635c0ca65ead65a8b2f361
use coalsce() instead of indexless postgis functions

ST_Intersects is deemed too expensive by the query planer which
leads to odd plans when index use is avoided.
nominatim/db/sqlalchemy_types.py