[Tile-serving] [osm2pgsql-dev/osm2pgsql] parallelize the COPY phase (Discussion #2426)
Tomas Vondra
notifications at github.com
Thu Oct 30 10:48:36 UTC 2025
I don't think the I/O depth matters very much for osm2pgsql, at least on the machine I'm using. With 400GB RAM everything is in memory, so there's literally no read I/O at all. It might matter for writes, but those generally happen through page cache, so it's up to the kernel to figure this out. And it's happening in the background (e.g. in checkpointer), not in the backend.
--
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/discussions/2426#discussioncomment-14825579
You are receiving this because you are subscribed to this thread.
Message ID: <osm2pgsql-dev/osm2pgsql/repo-discussions/2426/comments/14825579 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20251030/d159e110/attachment.htm>
More information about the Tile-serving
mailing list