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/[email protected]>
_______________________________________________
Tile-serving mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/tile-serving

Reply via email to