-
Now, I see the work osm2pgsql with --create and flex output into my own tables and have question: |
Beta Was this translation helpful? Give feedback.
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.
-
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.
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.