Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and
Simon Riggs <simon@2ndquadrant.com>
From: Simon Riggs <simon@2ndquadrant.com>
To: Martijn van Oosterhout <kleptog@svana.org>
Cc: "Jim C. Nasby" <jnasby@pervasive.com>, bizgres-general <bizgres-general@pgfoundry.org>, pgsql-hackers@postgresql.org
Date: 2005-12-22T22:13:03Z
Lists: pgsql-hackers
On Thu, 2005-12-22 at 21:18 +0100, Martijn van Oosterhout wrote: > Considering "WAL bypass" is code for "breaks PITR" No it isn't. All of the WAL bypass logic does *not* operate when PITR is active. The WAL bypass logic is aimed at Data Warehouses, which typically never operate in PITR mode for performance reasons, however the choice is yours. Best Regards, Simon Riggs