Re: Database Performance?

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Devin <devin(at)phpcodeguru(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Database Performance?
Date: 2002-02-13 08:35:57
Message-ID: 20020213193557.A15280@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Feb 13, 2002 at 12:26:10AM -0700, Devin wrote:
>
> Dear Postgres Users,
>
> I am getting ready to be a big project for this customer
> and I was just curious on the performance of Postgresql 7.2?
> I have seen in previous benchmarks where MySQL was a lot
> faster overall than Postgres. Has 7.2 improved at all in
> the performance? I want to make sure I choose the right
> database since the database will be rather busy :)

Be a little bit careful about benchmarks. Whether postgresql or mysql is
faster depends on what you're doing. If all you want to do is the occasional
insert and lots and lots of simple selects, mysql (or even grep) will beat
postgres. If you want to do subselects, transactions, foreign keys, outer
joins, fault tolerence or anything else that makes a database a database,
mysql just can't do it.

See if MySQL and PostgreSQL satisfy your business requirements and then
decide which one you want.

HTH,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org>
http://svana.org/kleptog/
> Terrorists can only take my life. Only my government can take my freedom.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vaclav Kulakovsky 2002-02-13 08:47:49 Postgres 7.2 - Updating rows in cursor problem
Previous Message Holger Marzen 2002-02-13 08:00:17 Re: Log archiving (like db2, Oracle)