[Tile-serving] [openstreetmap/osm2pgsql] Very slow node parsing on updates ? (#1045)

Christian Quest notifications at github.com
Thu Jan 2 10:12:43 UTC 2020


I've just check what was different in my PG config files between 10 and 12 and **I've found what causes the slowdown... JIT** !

`jit=on (by default)`

just set it to

`jit=off`

And I got 11s for the node parsing, like with PG10 :)

-- 
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-570165252
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200102/b2f52f61/attachment.html>


More information about the Tile-serving mailing list