Re: Logical replication use cases - Mailing list pgsql-admin

From Sushant Pawar
Subject Re: Logical replication use cases
Date
Msg-id CAF2=t-rCr1W=Bx8vbRXu3OOhqY4RtbXR4g4G02AGHEaxB=rMdg@mail.gmail.com
Whole thread Raw
In response to Logical replication use cases  (Yambu <hyambu@gmail.com>)
List pgsql-admin
Logical replication is useful for doing selective data replication. If the requirement is just to replicate a subset of data then logical replication will help. Also logical replication can be useful if you plan to build the data hub that will get data from multiple source Postgres instances.

The logical replication will result in more WAL generation but replication is almost real time.

On Wed, Jan 6, 2021 at 7:03 PM Yambu <hyambu@gmail.com> wrote:
Hello

May i know if i can use logical replication in any circumstance? Is it a good replacement for physical replication and does it work well in high volume transactions?

regads

pgsql-admin by date:

Previous
From: Michael Banck
Date:
Subject: Re: master and slave at same time
Next
From: Scott Ribe
Date:
Subject: quick q re migration, index, stats