Integrate storage of route relations with osm2pgsql #4
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
wontfix
This will not be worked on
The current mewthod of using on the 'slim tables' of osm2pgsql to generate the 'shieldroute' and 'shieldway' tables works well for a workflow that applies daily updates from GeoFabrik (a fairly common case for those who map less than the planet). It obviously cannot scale to minutely updates of a whole planet. Moreover, the developers of 'osm2pgsql' strongly deprecate accessing the slim tables, warning that their content may change without warning.
The SQL operations to create, update, or delete route relations are pretty trivial. The obvious possibility for handling minutely updates (and improving update performance on the less-frequent ones) would be to include an option in 'osm2pgsql' to keep these two tables in sync when the database is first imported and when diffs are applied.
The text was updated successfully, but these errors were encountered: