-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New OpenStreetMap Carto release, v5.0.0 #285
Comments
There seems to be something very wrong somewhere with this... I setup our new render server (albi) with this, along with postgres 12 and postgis 3 and the initial database import went fine and took about 16 hours and I built the extra indexes. Replication is insanely slow though - like less than real time. I think the first batch of changes, which covered about 8 hours, took about 14 hours to apply! It seems to be the initial phase of osm2pgsql processing the nodes that is the problem - on other servers running the previous style that does like 4k nodes/s while the new server is on the second batch of changes and is basically doing 0/s on average - it has done 450k in about 7 hours. |
See osm2pgsql-dev/osm2pgsql#1045. Disabling jit and parallel threads in postgres should fix it. |
Ha I actually checked to make sure the JIT was on and that we had the byte code for postgis! |
Is the problem index only used by the import? The renderer won't touch it right? |
Yes, it is only used when applying an update. We probably should disable jit/parallel threads on osm2pgsql's connections to not interfere with the rest. |
Yes that's what I was wondering, whether to do it in I did the second and it is now doing 3.8k/s ;-) |
The last of the render servers has now been reloaded so this is complete. |
A new version of OpenStreetMap Carto, v5.0.0, has been released.
This version requires a database reload
The text was updated successfully, but these errors were encountered: