X-Original-To: pgsql-general-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id B5BFCD1B1B0 for ; Sun, 11 Jul 2004 23:10:23 -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 65085-01 for ; Mon, 12 Jul 2004 02:10:22 +0000 (GMT) Received: from mpls-qmqp-01.inet.qwest.net (mpls-qmqp-01.inet.qwest.net [63.231.195.112]) by svr1.postgresql.org (Postfix) with SMTP id 2D198D1B375 for ; Sun, 11 Jul 2004 23:10:17 -0300 (ADT) Received: (qmail 70296 invoked by uid 0); 12 Jul 2004 02:10:21 -0000 Received: from unknown (63.231.195.5) by mpls-qmqp-01.inet.qwest.net with QMQP; 12 Jul 2004 02:10:21 -0000 Received: from 63-227-127-37.dnvr.qwest.net (HELO ?10.0.0.2?) (63.227.127.37) by mpls-pop-05.inet.qwest.net with SMTP; 12 Jul 2004 02:10:21 -0000 Date: Sun, 11 Jul 2004 20:11:25 -0600 Message-Id: <1089598285.17991.17.camel@localhost.localdomain> From: "Scott Marlowe" To: "Bruce Momjian" Cc: "Doug McNaught" , pgsql-general@postgresql.org Subject: Re: Do we need more emphasis on backup? In-Reply-To: <200407120137.i6C1b7W16289@candle.pha.pa.us> References: <200407120137.i6C1b7W16289@candle.pha.pa.us> Content-Type: text/plain Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.1 tagged_above=0.0 required=5.0 tests=HTML_MESSAGE, RCVD_IN_SORBS X-Spam-Level: X-Archive-Number: 200407/390 X-Sequence-Number: 62989 On Sun, 2004-07-11 at 19:37, Bruce Momjian wrote: > Doug McNaught wrote: > > jseymour@linxnet.com (Jim Seymour) writes: > > > > > Oh, if you're accepting punctuation nits ;), in most cases, the comma > > > should come after "but," not before it. So your sentence should read > > > "PostgreSQL will run on almost any hardware but, if you are..." > > > > Wrong. :) > > > > You are sentenced to go read Strunk and White again. > > Text adjusted: > >

Because PC hardware is mostly compatible, people tend to believe that > all PC hardware is of equal quality. It is not. ECC RAM, SCSI, and > quality motherboards are more reliable and have better performance than > less expensive hardware. PostgreSQL will run on almost any hardware, > but if you are building a server where you are concerned about reliability > and performance it is wise to research your hardware options thoroughly. Our > email lists can be used to discuss hardware options and tradeoffs.

Further, a system should be burned in and have all the components thoroughly tested. Brand new computers can, and often do, have broken or misbehaving hardware. While relatively simple tasks like installing an operating system or browsing the web only use a small portion of a computer's resources, running a database relies on all of it working properly. Basically, it all boils down to to this, if you're not sure of your hardware, you shouldn't be building a database server with it, and you can't be sure of your hardware without testing it.