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 2D0DBD6ECD for ; Thu, 29 Sep 2005 12:13:47 -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 58893-10 for ; Thu, 29 Sep 2005 15:13:36 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by svr1.postgresql.org (Postfix) with SMTP id E8F9CD9B7D for ; Thu, 29 Sep 2005 12:13:32 -0300 (ADT) Received: (qmail invoked by alias); 29 Sep 2005 15:13:31 -0000 Received: from dsl-082-083-221-226.arcor-ip.net (EHLO colt.pezone.net) [82.83.221.226] by mail.gmx.net (mp006) with SMTP; 29 Sep 2005 17:13:31 +0200 X-Authenticated: #495269 From: Peter Eisentraut To: Bruce Momjian Subject: Re: Added documentation about caching, reliability Date: Thu, 29 Sep 2005 17:13:24 +0200 User-Agent: KMail/1.8.1 Cc: pgsql-docs@postgresql.org, PostgreSQL-development References: <200509291440.j8TEeps20519@candle.pha.pa.us> In-Reply-To: <200509291440.j8TEeps20519@candle.pha.pa.us> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509291713.25214.peter_e@gmx.net> X-Y-GMX-Trusted: 0 X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.017 required=5 tests=[AWL=0.017] X-Spam-Level: X-Archive-Number: 200509/53 X-Sequence-Number: 3239 Bruce Momjian wrote: > Well, now the chapter is about WAL and reliability, so I thought > reliability hit both topics. Also, maybe we should consider moving > this FAQ item into the docs: > >

3.7) What computer hardware should I > use?

Hardware choice and configuration are important topics, but neither of these are strongly tied to either WAL or Reliability. Reliability is the property (not a "feature") of a system to do what you meant for it to do. Certainly WAL contributes to that by increasing tolerance against hardware failures, but it still seems to be a rather far-fetched connection to pair these two. I could see hardware issues being discussed in chapter 16, since we already have operating system and kernel configuration there, and it's the chapter a user will read when setting up a server system. I was never all that happy with the WAL chapter, since, as you say, it doesn't seem to be a first-class user-level feature. I'd be happy to integrate it into another chapter, but I'm not sure where. -- Peter Eisentraut http://developer.postgresql.org/~petere/