osm2pgsql-dev / osm2pgsql

OpenStreetMap data to PostgreSQL converter
https://osm2pgsql.org
GNU General Public License v2.0
1.48k stars 473 forks source link

Remove support for non-bucket index on middle way table #2237

Closed joto closed 2 weeks ago

joto commented 3 weeks ago

Only supports bucket index which has been the default for a long time and works much better than the old one.

Also removes the command line option --middle-way-node-index-id-shift. The id shift can not be changed any more, it is hardcoded to 5 which was the default.

This is a potentially breaking change: Users with incompatible indexes have to do a reimport (or at least create the new index).