Re: Vacuum - Mailing list pgsql-admin

From Laurenz Albe
Subject Re: Vacuum
Date
Msg-id 9114a9195d30b8e1f2b684639b91421440afb052.camel@cybertec.at
Whole thread Raw
In response to Re: Vacuum  (Rajesh Kumar <rajeshkumar.dba09@gmail.com>)
Responses Re: Vacuum
List pgsql-admin
On Wed, 2024-01-03 at 01:22 +0530, Rajesh Kumar wrote:
> Vacuum operation happens only in primary. How is that replicated?

VACUUM modifies data, data modifications are WAL logged, the WAL
is replayed on the standby.

Yours,
Laurenz Albe



pgsql-admin by date:

Previous
From: pramod kg
Date:
Subject: Re: PostgreSQL local connection is taking 4 seconds
Next
From: Rajesh Kumar
Date:
Subject: Re: Vacuum