The notion of COPY blocks and asynchronously is very interesting From: Gavin Roy <gavinr@xxxxxxxxxx>
On Wed, Nov 24, 2021 at 2:15 PM Godfrin, Philippe E <Philippe.Godfrin@xxxxxxx> wrote:
On the Python client side, if you're using psycopg, you should consider using using COPY instead of INSERT if you're not: And if using psycopg2, execute_batch might be of value: Regards, Gavin |