warn about FLAT_NODES w/ UPDATES incompatibility (#282)

See https://github.com/Zverik/regional/issues/17
This commit is contained in:
Robin C. Ladiges 2022-05-25 22:21:56 +02:00 committed by GitHub
parent 5572c9722e
commit dc47871a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -232,6 +232,8 @@ docker run \
import
```
Warning: enabling `FLAT_NOTES` together with `UPDATES` only works for entire planet imports (without a `.poly` file). Otherwise this will break the automatic update script. This is because trimming the differential updates to the specific regions currently isn't supported when using flat nodes.
### Benchmarks
You can find an example of the import performance to expect with this image on the [OpenStreetMap wiki](https://wiki.openstreetmap.org/wiki/Osm2pgsql/benchmarks#debian_9_.2F_openstreetmap-tile-server).