Re: Export operation efficiency in read replica - Mailing list pgsql-general

From Laurenz Albe
Subject Re: Export operation efficiency in read replica
Date
Msg-id 1965bf0f57744c2efcb23a0a7763d652254d05bf.camel@cybertec.at
Whole thread Raw
In response to Re: Export operation efficiency in read replica  (Siraj G <tosiraj.g@gmail.com>)
List pgsql-general
On Thu, 2025-03-20 at 18:28 +0530, Siraj G wrote:
> As per my understanding coming to a proper conclusion wrt RPO with
> export operation is challenging. Eg., the export started at x and
> ended at z, the time stamp here for many data sets is different.
> Moreover, I do not think there is an incremental way available for export, correct?

You are talking about "pg_dump", right?
A dump is always consistent, no matter how long it takes.

But if you want to take a daily dump of a 1TB database, you
are doing something wrong.  You should change the requirements.

Yours,
Laurenz Albe



pgsql-general by date:

Previous
From: Dominique Devienne
Date:
Subject: Re: After upgrading libpq, the same function(PQftype) call returns a different OID
Next
From: Adam Brusselback
Date:
Subject: Re: Postgres incremental database updates thru CI/CD