Re: WAL -> Replication - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: WAL -> Replication
Date
Msg-id 1019820810.9449.3.camel@taru.tm.ee
Whole thread Raw
In response to Re: WAL -> Replication  (Curt Sampson <cjs@cynic.net>)
Responses Re: WAL -> Replication  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Fri, 2002-04-26 at 07:38, Curt Sampson wrote:
> On Thu, 25 Apr 2002, Bruce Momjian wrote:
> 
> > WAL files are kept only until an fsync(), checkpoint, then reused.
> 
> One could keep them longer though, if one really wanted to.
> 
> > Also, the info is tied to direct locations in the file.  You could do
> > this for hot backup, but it would require quite bit of coding to make it
> > work.
> 
> That's kind of too bad, since log shipping is a very popular method of
> backup and replication.

Now again from my just aquired DB2 knowledge:

DB2 can run in two modes 

1) similar to ours, where logs are reused after checkpoints/commits
allow it.

2) with log archiving: logs are never reused, but when system determines
it no longer needs them, it will hand said log over to archiving process
that will archive it (usually do a backup to some other place and then
delete it). This mode is used when online backup and restore
functionality is desired. This is something that could be interesting
for 24x7 reliability.

-----------------
Hannu




pgsql-hackers by date:

Previous
From: Lee Kindness
Date:
Subject: Re: Vote totals for SET in aborted transaction
Next
From: "Rod Taylor"
Date:
Subject: Re: pg_constraint