From: | Durgamahesh Manne <maheshpostgres9(at)gmail(dot)com> |
---|---|
To: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
Cc: | pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Records count mismatch with logical replication |
Date: | 2025-01-23 02:53:18 |
Message-ID: | CAJCZkoLatfwsQ-puesPfjrYtUmaAwokWQvqShoTGfJ56QzLfQw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, 22 Jan, 2025, 03:11 Adrian Klaver, <adrian(dot)klaver(at)aklaver(dot)com>
wrote:
> On 1/21/25 11:40, Durgamahesh Manne wrote:
> >
> >
> > On Wed, 22 Jan, 2025, 00:22 Adrian Klaver, <adrian(dot)klaver(at)aklaver(dot)com
> > <mailto:adrian(dot)klaver(at)aklaver(dot)com>> wrote:
> >
> >
> >
> > On 1/21/25 10:06 AM, Durgamahesh Manne wrote:
> >
> > >
> > > Hi Adrian Klaver
> > >
> > > 22,906,216 bytes/10,846 rows works out to 2112 bytes per row.
> > >
> > > Is that a reasonable per row estimate?
> > >
> > > Yes sometimes would be vary
> >
> > If I am following the lag went from 350GB behind to 22MB.
> >
> > Is the issue that the lag has stalled at 22MB?
> >
> > >
> > > Regards,
> > > Durga Mahesh
> > >
> >
> > --
> > Adrian Klaver
> > adrian(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)com>
> >
> >
> > Hi Adrian Klaver
> >
> > Is the issue that the lag has stalled at 22MB?
> >
> > Depends on load of source
> > The lag would be either decrease or increase in Kb 's and Mb's (not Gb's)
> > It s not constant as Data being replicated to target
>
> Previously you stated:
>
> "Both are under same vpc security groups"
>
> Does this refer to AWS?
>
> If so per:
>
> https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html
>
> "The following diagram shows an example VPC. The VPC has one subnet in
> each of the Availability Zones in the Region, EC2 instances in each
> subnet, and an internet gateway to allow communication between the
> resources in your VPC and the internet."
>
> So where are the two Postgres instances physically located relative to
> each other?
>
> >
> > But records count varies with difference of more than 10 thousand
>
> Have you looked at the I/0 statistics between the Postgres instances?
>
> >
> > How to mitigate this issue in simplest way ?
>
> Until it is determined what is causing the lag there is no way to deal
> with it.
>
> >
> > Regards
> > Durga Mahesh
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com
>
>
>
> Hi
Hi
⁹So where are the two Postgres instances physically located relative to
each other?
Both in lreland under same vpc security groups
>
> But records count varies with difference of more than 10 thousand
Have you looked at the I/0 statistics between the Postgres instances?
Seems everything looks good with pg replication slots
Does this pg logical slot get changes function help to pull pending changes
to subscription that can be sync with publication server for real time sync
?
Regards,
Durgamahesh
From | Date | Subject | |
---|---|---|---|
Next Message | Paul Brindusa | 2025-01-23 11:40:16 | Re: Return of the pg_wal issue.. |
Previous Message | Laurenz Albe | 2025-01-22 22:16:56 | Re: Return of the pg_wal issue.. |