X-Original-To: pgsql-advocacy-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id E236DD1E5CD; Tue, 4 May 2004 15:57:56 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 05298-01; Tue, 4 May 2004 15:57:37 -0300 (ADT) Received: from lakermmtao02.cox.net (lakermmtao02.cox.net [68.230.240.37]) by svr1.postgresql.org (Postfix) with ESMTP id 36F3AD1E2A3; Tue, 4 May 2004 15:57:35 -0300 (ADT) Received: from [192.168.0.13] (really [24.136.37.245]) by lakermmtao02.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040504185734.JGZV21610.lakermmtao02.cox.net@[192.168.0.13]>; Tue, 4 May 2004 14:57:34 -0400 From: Robert Treat To: Alvaro Herrera , Tim Conrad Subject: Re: [HACKERS] What can we learn from MySQL? Date: Tue, 4 May 2004 15:06:53 -0400 User-Agent: KMail/1.5 Cc: "Marc G. Fournier" , PostgreSQL-development , PostgreSQL advocacy References: <200404262213.44601.jm@poure.com> <20040427165746.GA1873@external.timconrad.org> <20040427191235.GB3078@dcc.uchile.cl> In-Reply-To: <20040427191235.GB3078@dcc.uchile.cl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200405041506.53411.xzilla@users.sourceforge.net> X-Virus-Scanned: by amavisd-new at postgresql.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200405/30 X-Sequence-Number: 4306 On Tuesday 27 April 2004 15:12, Alvaro Herrera wrote: > You know, that's kind of the point of all things related to MySQL. > "It's better than nothing." PostgreSQL doesn't do things because "it's > better than nothing." > (Same as how MySQL guesses the result of a modulo operation, and gets it > wrong. They don't care and you can read that on the manual. In > Postgres, this is a bug.) > Hey Alvaro, are you familiar with "worse is better" philosphy in software development and how that leads to adoption rates? It basically states that simplicity is the ultimate design goal over correctness, consitency, and completness. Because of this more people are able to quickly adopt a technology, which allows the incorrectness/inconsistency/incompletness to be address by new comers and gradually bring the software up to higher standards. I was reading some blogs the other day that applied this to PHP's adoption rate over Java and .net, but your comment made me think this really applies to my$ql and postgresql as well. check out http://www.sitepoint.com/forums/showpost.php?p=1121502&postcount=2 for a bit more. Robert Treat -- Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL