Re: xlogdump fixups and WAL log question. - Mailing list pgsql-hackers

From Martijn van Oosterhout
Subject Re: xlogdump fixups and WAL log question.
Date
Msg-id 20061021100841.GA17936@svana.org
Whole thread Raw
In response to Re: xlogdump fixups and WAL log question.  ("Simon Riggs" <simon@2ndquadrant.com>)
Responses Re: xlogdump fixups and WAL log question.  (Theo Schlossnagle <jesus@omniti.com>)
List pgsql-hackers
On Sat, Oct 21, 2006 at 10:37:51AM +0100, Simon Riggs wrote:
> Turning off WAL is a difficult topic. Without it you have no crash
> recovery, which IMHO everybody says they don't care about until they
> crash, then they realise. It's hard to be selective about writing WAL
> for specific operations also.

It's been discussed before. One idea is to declare tables without
logging. The idea being that during recovery those tables and related
indexes are simply truncated. No foreign keys allowed. Obviously they
will not be saved via PITR either.

Put another way, the table structure is saved in WAL, but the data
isn't.

Have a ncie day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

pgsql-hackers by date:

Previous
From: dakotali kasap
Date:
Subject: Re: Want to use my own query-plan
Next
From: Peter Eisentraut
Date:
Subject: Re: adminpack and pg_catalog