Re: PostgreSQL flamage on Slashdot - Mailing list pgsql-advocacy

From Christopher Kings-Lynne
Subject Re: PostgreSQL flamage on Slashdot
Date
Msg-id 009001c2edb7$3dacd450$6500a8c0@fhp.internal
Whole thread Raw
In response to Re: PostgreSQL flamage on Slashdot  (Jason Hihn <jhihn@paytimepayroll.com>)
Responses Re: PostgreSQL flamage on Slashdot
List pgsql-advocacy
> That's only part of it. Since I'm a developer, I think more software is
key.
> Getting products that require MySQL is a big downside to PostgreSQL. Most
of
> the time too, those products are great and win over a lot of people.
> (vBulletin, Slashdot.org) Of course those were written for MySQL for all
the
> wrong reasons as well.  Such famous apps give MySQL credibility where it
> should not. (Well, I can't say that technically - I have to say that the
app
> designers chose MySQL, for what reasons, we don't know (usually popularity
> but it may have been more analytical than that.) but somehow Joe blow
things
> MySQL will be good for his app too)

Hell yeah.  Get this.  We just installed Bugzilla at our company to do bug
tracking.  WTF!?!?!?

It uses table locks every time someone submits a new bug to ensure integrity
(since it doesn't assume foreign keys).  It actually has a "feature" where
if you have a high traffic site, then it uses MySQL's replication support to
create a read-only duplicate of the entire database, to enable people to do
searches while an insert is occurring!!!!

Bloody hell!!

Chris




pgsql-advocacy by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: PostgreSQL flamage on Slashdot
Next
From: "Christopher Kings-Lynne"
Date:
Subject: MySQL 4.0 production release (SlashDot)