Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I skip parsing after crash? #817

Closed
molofeev opened this issue Feb 5, 2018 · 1 comment
Closed

Can I skip parsing after crash? #817

molofeev opened this issue Feb 5, 2018 · 1 comment

Comments

@molofeev
Copy link

molofeev commented Feb 5, 2018

Output of osm2pgsql:

Node stats: total(4235496629), max(5290747187) in 33793s
Way stats: total(458618737), max(547543126) in 1300890s
Relation stats: total(5442482), max(7820612) in 741417s
Committing transaction for planet_osm_point
Committing transaction for planet_osm_line
Committing transaction for planet_osm_polygon
Committing transaction for planet_osm_roads
Setting up table: planet_osm_nodes
Setting up table: planet_osm_ways
Setting up table: planet_osm_rels
Using built-in tag processing pipeline
Setting up table: planet_osm_nodes
Setting up table: planet_osm_ways
Setting up table: planet_osm_rels
Using built-in tag processing pipeline
Killed

Can I modify osm2pgsql.cpp file by comment lines from 78 to 94, for restore progress of importing data?
Which options I need for run osm2pgsql again?

@lonvia
Copy link
Collaborator

lonvia commented Feb 25, 2018

Index only is currently not possible. Duplicate of #799.

@lonvia lonvia closed this as completed Feb 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants