Re: native solutions for copying data between PG servers? - Mailing list pgsql-admin

From Keith
Subject Re: native solutions for copying data between PG servers?
Date
Msg-id CAHw75vs182oBMHC56FWV+ZuRT5RMf7bodzHpdcEHfZgtYBpJZA@mail.gmail.com
Whole thread Raw
In response to native solutions for copying data between PG servers?  (Wells Oliver <wells.oliver@gmail.com>)
Responses Re: native solutions for copying data between PG servers?  (Wells Oliver <wells.oliver@gmail.com>)
List pgsql-admin

On Fri, Jul 10, 2020 at 2:56 PM Wells Oliver <wells.oliver@gmail.com> wrote:
Hi all: what are some native solutions (if any?) for copying data between PG servers? v12.3 if it matters.

I have some python scripts that select from views on A and dump into tables on B and it works well enough but I'd like to see if other solutions might work... a little faster.

Thanks.

--


Take a look at the postgres_fdw. Basically makes the remote table(s) look like local tables. That's probably the easiest solution.


There's also logical replication, but that can be trickier to set up

 

pgsql-admin by date:

Previous
From: Wells Oliver
Date:
Subject: native solutions for copying data between PG servers?
Next
From: Wells Oliver
Date:
Subject: Re: native solutions for copying data between PG servers?