Insert large number of records

From: Job <Job(at)colliniconsulting(dot)it>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Insert large number of records
Date: 2017-09-19 13:47:16
Message-ID: 88EF58F000EC4B4684700C2AA3A73D7A08180ABD2128@W2008DC01.ColliniConsulting.lan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi guys,

we need to insert from a table to another (Postgresql 9.6.1) a large amount of data (about 10/20 millions of rows) without locking destination table.
Pg_bulkload is the fastest way but it locks the table.

Are there other ways?
Classic "COPY" from?

Thank you!
F

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Achilleas Mantzios 2017-09-19 14:14:16 Re: JDBC: logical replication and LSN feedback
Previous Message Yason TR 2017-09-19 13:37:31 JDBC: logical replication and LSN feedback