omniscale / imposm3

Imposm imports OpenStreetMap data into PostGIS
http://imposm.org/docs/imposm3/latest/
Apache License 2.0
730 stars 157 forks source link

Better logging during write stage #153

Closed russss closed 6 years ago

russss commented 6 years ago

During the -write stage when loading a large data file, there is a long pause where all the stats are showing 0, while imposm3 runs the COPY commands to load everything in.

Better logging here would be nice - if you only look at the log output you'd think it's stalled somewhere. (And at any rate, the logging is not useful while it's all showing zero.)

[I originally thought this was an issue with the read stage, as the logging was a bit difficult to interpret.]

Your Environment

russss commented 6 years ago

Urgh, OK, I think this is because tmux was swallowing the end of my log lines and I didn't see the number of relations going up.