I meant using tools other than sql (and psql). I have java code using org.postgresql.copy package because straight insert was too slow for large numbers of rows.If you can get outside sql, the bulk copy facilities (CopyManager in java) is blindingly fast for me.Logical replication might be another option. Although I am not sure if that is even possible inside the samme database. I know it's tricky inside the same server (between different databases)??
- Copying records from TABLE_A to TABLE_B (in the same datab... Ron
- Re: Copying records from TABLE_A to TABLE_B (in the s... Rob Sargent
- Re: Copying records from TABLE_A to TABLE_B (in the s... Adrian Klaver
- Re: Copying records from TABLE_A to TABLE_B (in the s... Thomas Kellerer
- Re: Copying records from TABLE_A to TABLE_B (in t... Rob Sargent
- Re: Copying records from TABLE_A to TABLE_B (... Ron
- Re: Copying records from TABLE_A to TABLE... Rob Sargent
- Re: Copying records from TABLE_A to ... Peter J. Holzer
- Re: Copying records from TABLE_A to TABLE_B (in t... Ron