Re: Reading WALs

From: PegoraroF10 <marcos(at)f10(dot)com(dot)br>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Reading WALs
Date: 2020-03-14 17:11:11
Message-ID: 1584205871306-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

pg_Stat_Subscription does not anwer what I want. This view just show if
replication is being processed but not exactly what it´s doing.
Is it replicating a huge table which an erroneous proess updated several
times ?
Replication process is recreating what index and that is spending how much
time ?
What WAL, table, operation is the one being processed ?

So I would like to have a listener on replica server just to see all WAL
info is coming, just that.
Then I can go back to production and see what´s could run better, if
application, triggers and so on.

--
Sent from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2020-03-14 18:17:46 Re: Reading WALs
Previous Message Adrian Klaver 2020-03-14 15:15:08 Re: Reading WALs