Re: Which database?

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: Merlin Moncure <merlin(dot)moncure(at)rcsonline(dot)com>, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: Which database?
Date: 2003-06-11 18:46:46
Message-ID: 1055357206.1685.409.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

On Wed, 2003-06-11 at 12:30, Josh Berkus wrote:
> Merlin,
>
> > really understand. Also, they have replication and a full text
> > searching suite which are nice for web apps.
>
> We don't have replication yet, but we do have full text searching ... in fact,
> two different implementations.
>
> MySQL is an excellent match for Slashdot because they would rather silently
> lose 5% or even 25% of comments than have the site slow down for all users.
> MySQL, with its "performance over everything" design strategy, accomodates
> this.
>

To be fair you'd have to point out they made this decision "a long time
ago" back when mysql was faster than postgresql, and they could use
mysql's replication feature to "scale up" to the number of users they
needed to support.

These days that gap is virtually nonexistent especially when you
consider how much more efficient their code could be if they didn't have
to write all the transaction/data-checking/table-joining logic into
their code and could just let the database do it. Still I can't blame
them for not wanting to rewrite their app.

Along these lines, "The Register" (theregister.com) just decided to
switch their site to bricolage, which is PostgreSQL based.

Robert Treat

--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Merlin Moncure 2003-06-11 19:17:30 Re: Which database?
Previous Message Network Administrator 2003-06-11 18:31:14 Re: [GENERAL] MySQL gets $19.5 MM