Re: Which database?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>, <pgsql-advocacy(at)postgresql(dot)org>
Subject: Re: Which database?
Date: 2003-06-11 16:30:38
Message-ID: 200306110930.38498.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

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.

On the other hand, if you were running a scheduling/financial/HR/inventory
application, silently losing 5% ... or even 1% ... of transactions under
heavy user load would not be acceptable ... better to have the database shut
down. Then you use PostgreSQL.

--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Josh Berkus 2003-06-11 16:33:50 Re: [GENERAL] MySQL gets $19.5 MM
Previous Message Bruce Momjian 2003-06-11 16:24:17 Re: [HACKERS] SAP and MySQL ... [and Benchmark]