Koichi Suzuki <suzuki(dot)koichi(at)oss(dot)ntt(dot)co(dot)jp> writes:
> Here's an idea and a patch for full page writes improvement.
> Idea:
> (1) keep full page writes for ordinary WAL, make them available during
> the crash recovery, -> recovery from inconsistent pages which can be
> made at the crash,
> (2) Remove them from the archive log except for those written during
> online backup (between pg_start_backup and pg_stop_backup) -> small size
> archive log.
Doesn't this break crash recovery on PITR slaves?
regards, tom lane
In response to
Responses
pgsql-hackers by date
| Next: | From: Doug Knight | Date: 2007-02-01 20:14:48 |
| Subject: Re: pg_standby |
| Previous: | From: Bruce Momjian | Date: 2007-02-01 19:14:07 |
| Subject: Re: pg_restore fails with a custom backup file |
pgsql-patches by date
| Next: | From: Doug Knight | Date: 2007-02-01 20:14:48 |
| Subject: Re: pg_standby |
| Previous: | From: Bruce Momjian | Date: 2007-02-01 18:40:58 |
| Subject: Re: [pgsql-patches] Recalculating OldestXmin in a
long-running vacuum |