From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: finding changed blocks using WAL scanning |
Date: | 2019-04-22 16:35:42 |
Message-ID: | 20190422163542.76mhitlykm3gezbe@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Apr 22, 2019 at 12:15:32PM -0400, Robert Haas wrote:
> On Mon, Apr 22, 2019 at 11:48 AM Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> > My point is that you would normally only remove the modblock file when 4
> > is removed because this modblock files is useful for incremental backups
> > from base backups that happened between 1 and 4.
>
> That's an interesting point. On the other hand, I think it would be
> typical to want the master to retain .modblock files for much longer
> than it retains WAL segments, and in my design, the WAL archive
> wouldn't see those files at all; they'd be stored on the master. I
> was actually thinking that they should possibly be stored in a
> separate directory to avoid confusion.
I assumed the modblock files would be stored in the WAL archive so some
external tools could generate incremental backups using just the WAL
files. I assumed they would also be sent to standby servers so
incremental backups could be done on standby servers too.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2019-04-22 16:43:56 | Re: clean up docs for v12 |
Previous Message | Andres Freund | 2019-04-22 16:35:40 | Re: Thoughts on nbtree with logical/varwidth table identifiers, v12 on-disk representation |