[Tile-serving] [openstreetmap/osm2pgsql] Possible (micro) optimization to the COPY stage of import? (Discussion #1991)
Paul Norman
notifications at github.com
Thu Jul 6 20:31:17 UTC 2023
> Of course, this is not a general improvement given the constraints, but I still wonder if there might be value for osm2pgsql putting the COPY statement in the same transaction as the CREATE TABLE as suggested here for the loading of nodes, ways an relations in case of initial imports?
This is not a consideration because on import the data is loaded into `UNLOGGED` tables, which do not use the WAL.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/discussions/1991#discussioncomment-6378029
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/osm2pgsql/repo-discussions/1991/comments/6378029 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20230706/35cea8f5/attachment.htm>
More information about the Tile-serving
mailing list