[Tile-serving] [openstreetmap/osm2pgsql] Add an option to skip table creation in flex output (#1493)

Nikolai Lebedev notifications at github.com
Thu May 13 16:09:08 UTC 2021


As an important addition, table partitioning can't be set up before first import either. 
And if your data is big enough it's quite painful to partition after it's already written to the DB in one piece.

In reality osm2pgsql already has a similar flag (which is `append` mode). If you break tables in the db after initial import, append will fail - and that's an expected behaviour. Same goes to appending to a clear (or truncated) table. You don't really need initial import in `create` mode if everything (all used functions and tables) is created as needed in the db.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/discussions/1493#discussioncomment-734539
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210513/c4bc7c97/attachment-0001.htm>


More information about the Tile-serving mailing list