X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 36234D8F50; Sun, 9 Oct 2005 05:54:46 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 88924-02; Sun, 9 Oct 2005 08:54:42 +0000 (GMT) Received: from smtp.nildram.co.uk (smtp.nildram.co.uk [195.112.4.54]) by svr1.postgresql.org (Postfix) with ESMTP id 6AC36D8E8E; Sun, 9 Oct 2005 05:54:42 -0300 (ADT) Received: from 192.168.0.3 (unknown [84.12.188.233]) by smtp.nildram.co.uk (Postfix) with ESMTP id 8D8B324C85D; Sun, 9 Oct 2005 09:54:42 +0100 (BST) Subject: Re: Added documentation about caching, reliability From: Simon Riggs To: Bruce Momjian Cc: PostgreSQL-development , PostgreSQL-documentation In-Reply-To: <200509281826.j8SIQOc03581@candle.pha.pa.us> References: <200509281826.j8SIQOc03581@candle.pha.pa.us> Content-Type: text/plain Organization: 2nd Quadrant Date: Sun, 09 Oct 2005 09:54:42 +0100 Message-Id: <1128848082.8300.199.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-3) Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.049 required=5 tests=[AWL=-0.001, FORGED_RCVD_HELO=0.05] X-Spam-Level: X-Archive-Number: 200510/20 X-Sequence-Number: 3265 On Wed, 2005-09-28 at 14:26 -0400, Bruce Momjian wrote: > I have added a section to the top of the WAL docs explaining caching and > reliability issues: > > http://candle.pha.pa.us/main/writings/pgsql/sgml/reliability.html > > I also renamed the chapter "Reilability" rather than "WAL." > I submitted a patch last week that builds further on Bruce's changes. [Docs for PITR and full_page_writes interaction, 2 Oct] The patch includes: 1. Minor rewording of the case that Bruce refers to "recovery" and I have differentiated the cases of crash recovery and PITR. The corresponding section of the backup chapter has also been changed to include a short discussion on full_page_writes and WAL compression, with a link back to the WAL section. 2. Merged the 1st and 2nd sects of Reliability into a single section. The 1st section was only a single paragraph and so that improves readability. I've freshened that section, since it has not been updated since 7.1 and currently still reads as if WAL has just been released. 3. I've updated the section on WAL configuration with further WAL related comments and clarifications. These relate to full_page_writes and appropriate settings of wal_buffers to match. Best Regards, Simon Riggs