Disecting the Postgres Bulk Insert and Binary Format

from blog nickb.dev, | ↗ original
Introduction This post delves deep into the world of bulk loading data with PostgresSQL. I’ve written about this subject before in Optimizing Innodb for Bulk Insert for MySQL-esque databases. These posts differ not merely by which database they target, but also in their target audience. The Innodb post is more a write oriented setup, where there...