MySQL vs. Postgres - congratulations to the postgres team

From: Mario Weilguni <mweilguni(at)sime(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: MySQL vs. Postgres - congratulations to the postgres team
Date: 2001-04-09 18:26:54
Message-ID: 01040920265400.00629@wotan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

DISCLAIMER: don't take this as MySQL flaming (it isn't) or personally, this
are just my observations on an application, not a benchmark.

Today I tried a quite simple, mostly write database (HTTP logging).
* Postgres peaked at 709 inserts/sec (committed after 3 seconds or 100
inserts, whichever comes first)
* MySQL peaked at 735 inserts/sec (no transactions)

However, MySQL completly choked over when trying to query something usefull
out of the database while the inserts are running (at full speed). Postgres
worked like a charm. The only real advantage of mysql was a simple "select
count(1) from logs", which mysql answered immidiatly,while postgres did a
full table scan.

For querying the DB, postgres won, my queries ran about 12% faster in
Postgres than MySQL.

Given the fact that the "one-user" case was MySQL's real advantage up to now,
Postgres 7.1 will be an important milestone.

--
===================================================
Mario Weilguni                 KPNQwest Austria GmbH
 Senior Engineer Web Solutions Nikolaiplatz 4
 tel: +43-316-813824         8020 graz, austria
 fax: +43-316-813824-26       http://www.kpnqwest.at
 e-mail: mario(dot)weilguni(at)kpnqwest(dot)com
===================================================

Browse pgsql-hackers by date

  From Date Subject
Next Message Henry B. Hotz 2001-04-09 18:41:55 Re: Re: Call for platforms
Previous Message Ciaran Johnston 2001-04-09 17:57:00 Re: Configure problems on Solaris 2.7, pgsql 7.02 and 7.03