Replies: 2 comments 7 replies
-
Way.. all planet.osm.pbf started writing way'a table! Nodes was writed 10 hours. Now, I see this:
It means that SELECT selecting only 1 node and COPY are storing only one way at once too.. brainly. :( |
Beta Was this translation helpful? Give feedback.
3 replies
-
To be able to do its processing, osm2pgsql needs a copy of the original OSM data in its raw format. That is what is stored in the "middle tables". They are created on top of your output table. Read more about middle tables in the osm2pgsql documentation. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Now, I see the work osm2pgsql with --create and flex output into my own tables and have question:
Why osm2pgsql created planet_osm_* tables and are copiing data into both: planet_osm_nodes and my table 'nodes' simultaneously?
This is requires x2 copy-query to postgresql and x2 place for data.
Beta Was this translation helpful? Give feedback.
All reactions