when import the pbf file with : osm2pgsql --create --slim --flat-nodes /mnt/resource/nodes.cache /opt/osm/planet-190805.osm.pbf then, the file /mnt/resource/nodes.cache must been keep for osm2pgsql --append ? and will the osm2pgsql --append update the file /mnt/resource/nodes.cache for next running time? and is the file /mnt/resource/nodes.cache need for mapnik etc.? asked 30 Aug '19, 02:35 Nationals |
If you want to do updates with The performance on the initial import is better with answered 30 Aug '19, 09:01 Frederik Ramm ♦ thanks for your reply. and is the file /mnt/resource/nodes.cache need for mapnik etc. ?
(30 Aug '19, 09:11)
Nationals
No, it is only accessed by osm2pgsql.
(30 Aug '19, 09:41)
Frederik Ramm ♦
|
how about the performance different using --flat-nodes or not while osm2pgsql --create?