1. Overview In my previous blog, I briefly walked through how the bulk/batch insertion was done for postgres_fdw in PG14. In this blog, I am going to run some basic tests to compare the performance for before and after the batch insertion was introduced in postgres_fdw, so that we can have a general idea about… Read more The post A quick test for postgres_fdw batch insertion first appeared on Highgo Software Inc.. The post A quick test for postgres_fdw batch insertion appeared first on High...