omniscale / imposm3

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

Is there a way to continue processing #116

Closed kimmobrunfeldt closed 8 years ago

kimmobrunfeldt commented 8 years ago

I was importing planet data to Postgis, and it ran quite a long time until:

[Aug 31 05:04:52] [INFO] [PostGIS] Clustering on geometry took: 11h15m29.201990462s
[Aug 31 05:04:52] pq: could not write block 3712763 of temporary file: No space left on device 

Is there any way I could continue the processing from this point if I would increase the disk space first?

btw for others wondering: 350GB SSD disk was not enough.

olt commented 8 years ago

In this case yes. You are lucky that it stopped during the clustering. This is part of the -optimize which you just can repeat (without -read and -write).

kimmobrunfeldt commented 8 years ago

Ok! Thank you for the quick response. 🙇