X-Original-To: pgsql-performance-postgresql.org@localhost.postgresql.org Received: from localhost (developer.postgresql.org [64.117.224.193]) by svr1.postgresql.org (Postfix) with ESMTP id 2FAC2B4316E for ; Fri, 4 Jul 2003 15:43:04 +0000 (GMT) Received: from svr1.postgresql.org ([64.117.224.193]) by localhost (svr1.postgresql.org [64.117.224.193]) (amavisd-new, port 10024) with ESMTP id 27599-07 for ; Fri, 4 Jul 2003 12:42:53 -0300 (ADT) Received: from relay.netcetra.com (unknown [198.65.147.132]) by svr1.postgresql.org (Postfix) with ESMTP id 0119DB43166 for ; Fri, 4 Jul 2003 12:42:53 -0300 (ADT) Received: from WORKSTATION (frsc-dsldyna-66-228-146-148.advantexcom.net [66.228.146.148]) by relay.netcetra.com (8.11.6/8.11.6) with SMTP id h64FYVO15008 for ; Fri, 4 Jul 2003 11:34:32 -0400 (EDT) Message-ID: <016b01c34242$f16504b0$0200a8c0@WORKSTATION> From: "Kevin Schroeder" To: References: <20030704142800.GC4592@libertyrms.info> <20030704152620.GA4707@libertyrms.info> <200307042058.12373.shridhar_daithankar@nospam.persistent.co.in> Subject: Re: PostgreSQL vs. MySQL Date: Fri, 4 Jul 2003 10:42:52 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Archive-Number: 200307/74 X-Sequence-Number: 2367 That would be something that I'd like to see. Being new to PostgreSQL some of the basics of tuning the database were a little hard to find. The reason people go with MySQL is because it's fast and easy to use. That's why I had been using it for years. Then when a problem came along and I couldn't use MySQL I checked out PostgreSQL and found that it would fill the gap, but I had been able to get by on doing very little in terms of administration for MySQL (which performed well for me) and I was expecting PostgreSQL to be similar. As with many people I have the hat of DB admin, server admin, programmer and designer and the less I have to do in any of those areas makes my life a lot easier. When I first started using PostgreSQL I installed it and entered my data without any thought of having to tune it because I never had to before. If there were some program that could be inserted to the end of the make process or something it might help dimwits like me :-) realize that there was more that needs to be done once the installation has been completed. Kevin ----- Original Message ----- From: "Shridhar Daithankar" To: Sent: Friday, July 04, 2003 10:28 AM Subject: Re: [PERFORM] PostgreSQL vs. MySQL > On Friday 04 July 2003 20:56, Andrew Sullivan wrote: > > On Fri, Jul 04, 2003 at 04:35:03PM +0200, Michael Mattox wrote: > > > I see this as a major problem. How many people run postgres, decide it's > > > too slow and give up without digging into the documentation or coming to > > > this group? This seems to be pretty common. Even worst, they tell 10 > > > others how slow Postgres is and then it gets a bad reputation. > > > > There have been various proposals to do things of this sort. But > > there are always problems with it. For instance, on many OSes, > > Postgres would not run _at all_ when you first compiled it if its > > defaults were set more agressively. Then how many people would > > complain, "It just doesn't work," and move on without asking about > > it? > > There was a proposal to ship various postgresql.conf.sample like one for large > servers, one for medium, one for update intensive purpose etc. > > I was thinking over it. Actaully we could tweak initdb script to be > interactiev and get inputs from users and tune it accordingly. Of course it > would be nowhere near the admin reading the docs. but at least it won't fall > flat on performance groundas the way falls now. > > Shridhar > > > ---------------------------(end of broadcast)--------------------------- > TIP 4: Don't 'kill -9' the postmaster >