Replies: 7 comments
-
There is a small impact because updating consumes CPU and writing to the database tables makes the database cache less efficient. But I wouldn't worry on a multi-CPU system. https://nominatim.openstreetmap.org/ updates every minute from https://planet.osm.org/ When you use an extract, e.g. Geofabrik is mentioned on https://github.com/mediagis/nominatim-docker/tree/master/4.0#openstreetmap-data-extracts then you have to check how often they publish diff/change files. Geofabrik for example only once per day. https://wiki.openstreetmap.org/wiki/Planet.osm#Planet.osm_mirrors has a list of sources. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. |
Beta Was this translation helpful? Give feedback.
-
OpenStreetMap data is growing every day so even the 900GB might no longer work. https://wiki.openstreetmap.org/wiki/Stats#Nodes,_ways_and_relations Plan 10% extra: 900GB for Postgresql plus 100GB for flatnodefile. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot. |
Beta Was this translation helpful? Give feedback.
-
I set the env REPLICATION_URL to https://ftpmirror.your.org/pub/openstreetmap/replication/day/ and leave the other REPLICATION env default. But I can not see any log about the update info for a week after the import, the last log is still |
Beta Was this translation helpful? Give feedback.
-
I think you're looking at the log of the database, not Nominatim. Check the contents of the postgresql |
Beta Was this translation helpful? Give feedback.
-
Did you start the replication process manually, like it is described here: https://github.com/mediagis/nominatim-docker/tree/master/4.0#updating-the-database ? This does not happen automatically. |
Beta Was this translation helpful? Give feedback.
-
Hello, I wonder if the updating will impact the query of server.
And How often would you suggest update the datebase? Is that controled by the env REPLICATION_UPDATE_INTERVAL?
Please forgive my naive question. Thanks in Advance.
Beta Was this translation helpful? Give feedback.
All reactions