> On Wed, Jul 04, 2001 at 10:37:57AM +0200, Zeugswetter Andreas SB wrote:
> >
> > > I imagine a daemon extracting redo log entries from WAL segments,
> > > asynchronously. Mixing redo log entries into the WAL allows the WAL
> > > to be the only synchronous disk writer in the system, a Good Thing.
> >
> > This comes up periodically now. WAL currently already has all the info
> > that would be needed for redo (it actually has to).
>
> The WAL has the information needed to take a binary table image
> from the checkpoint state to the last committed transaction.
> IIUC, it is meaningless in relation to a pg_dump image.
>
Also, I expect this will be completed for 7.2.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
In response to
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2001-07-04 17:09:08 |
| Subject: Re: Re: Buffer access rules, and a probable bug |
| Previous: | From: Bruce Momjian | Date: 2001-07-04 15:04:13 |
| Subject: Re: Re: Backup and Recovery |