mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 03:25:38 -04:00
d326d9e8ea
This greatly reduces the WAL volume, especially when the table is narrow. The overhead of locking the heap page is also reduced. Reduced WAL traffic also makes it scale a lot better, if you run multiple COPY processes at the same time.