Re: RE: [COMMITTERS] pgsql/src/backend/access/transam (xact.c xlog.c) - Mailing list pgsql-hackers

From Vadim Mikheev
Subject Re: RE: [COMMITTERS] pgsql/src/backend/access/transam (xact.c xlog.c)
Date
Msg-id 004d01c0525e$aec62ac0$b97a30d0@sectorbase.com
Whole thread Raw
In response to RE: RE: [COMMITTERS] pgsql/src/backend/access/transam ( xact.c xlog.c)  ("Mikheev, Vadim" <vmikheev@SECTORBASE.COM>)
List pgsql-hackers
> > > Ok, so with CHECKPOINTS, we could move the offline log files to
> > > somewhere else so that we could archive them, in my
> > > undertstanding. Now question is, how we could recover from disaster
> > > like losing every table files except log files. Can we do this with
> > > WAL? If so, how can we do it?
> > 
> > Not currently. WAL based BAR is required. I think there will be no BAR
> > in 7.1, but it may be added in 7.1.X (no initdb will be required).
> > Anyway BAR implementation is not in my plans. All in your hands, guys -:)
> > 
> > Vadim
> 
> Cam I ask what BAR is ?

Backup And Restore.

Vadim




pgsql-hackers by date:

Previous
From: "Vadim Mikheev"
Date:
Subject: Re: WAL fsync scheduling
Next
From: Bruce Momjian
Date:
Subject: Re: WAL fsync scheduling