]> git.openstreetmap.org Git - nominatim.git/commit
disable JIT and parallel execution for osm2pgsql updates again
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 16 Feb 2021 14:05:14 +0000 (15:05 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 16 Feb 2021 17:23:47 +0000 (18:23 +0100)
commitc9838a02ce839d0651d2ccb903681864dd78e67e
treef764910e288eefacd901865a9eb950e533295a0c
parent2a8e3741faa4e2e1b8577dd58f6cd1c08887f45d
disable JIT and parallel execution for osm2pgsql updates again

The gazetteer output doesn't disable these functions when
writing to the place table but the triggers may contain
operations that cause misplanning for the query planner.
nominatim/db/connection.py
nominatim/tools/exec_utils.py
nominatim/tools/replication.py