Re: PostgreSQL and MySQL in ZDNet article... - Mailing list pgsql-general

From scott.marlowe
Subject Re: PostgreSQL and MySQL in ZDNet article...
Date
Msg-id Pine.LNX.4.33.0208202324530.5106-100000@css120.ihs.com
Whole thread Raw
In response to Re: PostgreSQL and MySQL in ZDNet article...  (Jan Wieck <JanWieck@Yahoo.com>)
List pgsql-general
On Tue, 20 Aug 2002, Jan Wieck wrote:

> "Nigel J. Andrews" wrote:
> >
> > On Mon, 19 Aug 2002, Robert J. Sanford, Jr. wrote:
> >
> > > http://www.eweek.com/article2/0,3959,474127,00.asp
> >
> > [...]
> > I bet noone ever thought having functionality someone else didn't would result
> > in better press for the other.
>
> Interesting, isn't it?
>
> Also that they mention Yahoo Finance makes me wonder if anyone in the
> whole wide (News-) World ever noticed that MySQL doesn't have a precise
> NUMERIC datatype! Their NUMERIC stores and retrieves exact, but as soon
> as you do any computation with it, it converts to double internally and
> becomes fuzzy. Sure, because the application can do it instead, it's not
> a real drawback against MySQL, but why the hell will it then be such a
> major step forward when they finally have it?

They guy they quote in the article was at OSCON and one of the points he
made was that the things they use mysql for are mostly data stores.  they
use Oracle for financials and all.

One of the nicest features of mysql for them was that it can sit right on
top of your isam files, of which they have many.


pgsql-general by date:

Previous
From: Sean Chittenden
Date:
Subject: Default values, inserts, and rules...
Next
From: tony
Date:
Subject: Re: Sun Pushing MySQL but Mentions PostgreSQL