[Tile-serving] [openstreetmap/osm2pgsql] Very slow node parsing on updates (caused by PG's jit) (#1045)
akara13
notifications at github.com
Fri Jan 3 13:30:05 UTC 2020
I have analyzed planet_osm_ways, row estimate is still ridicously high at 3.1M.
With jit = 'off', max_parallel_workers_per_gather = '0' explain analyze now gives an execution time of 0.079 ms.
I've added `env PGOPTIONS="-c jit=off -c max_parallel_workers_per_gather=0"` to the osm2pgsql call to make shure jit and parallel query are turned off for updates.
Thanks everybody for helping.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/1045#issuecomment-570572171
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200103/a1764145/attachment.html>
More information about the Tile-serving
mailing list