Re: Moving large table between servers: logical replication or postgres_fdw - Mailing list pgsql-general

From Rene Romero Benavides
Subject Re: Moving large table between servers: logical replication or postgres_fdw
Date
Msg-id CANaGW0-Nri3sdbbPvcKOTo8r2mHPKSF1MShgyL7MxY6HZqr9xA@mail.gmail.com
Whole thread Raw
In response to Moving large table between servers: logical replication or postgres_fdw  ("Rhys A.D. Stewart" <rhys.stewart@gmail.com>)
Responses Re: Moving large table between servers: logical replication orpostgres_fdw  (Ron <ronljohnsonjr@gmail.com>)
Re: Moving large table between servers: logical replication or postgres_fdw  (Rob Sargent <robjsargent@gmail.com>)
List pgsql-general
I tend to believe that a backup (pg_dump) in custom format (-F c) using multiple jobs (parallel) -> restore (pg_restore) also with multiple concurrent jobs would be better.

Am Di., 4. Dez. 2018 um 21:14 Uhr schrieb Rhys A.D. Stewart <rhys.stewart@gmail.com>:
Greetings Folks,

I have a relatively large table (100m rows) that I want to move to a
new box with more resources. The table isn't doing anything...i.e its
not being updated or read from. Which approach would be faster to move
the data over:

  a). Use pg_fdw and do "create local_table as select * from foreign_table".
  b). setup logical replication between the two servers.

Regards,

Rhys
Peace & Love|Live Long & Prosper



--
El genio es 1% inspiración y 99% transpiración.
Thomas Alva Edison
http://pglearn.blogspot.mx/

pgsql-general by date:

Previous
From: Ron
Date:
Subject: Re: Moving large table between servers: logical replication orpostgres_fdw
Next
From: Ron
Date:
Subject: Re: Moving large table between servers: logical replication orpostgres_fdw