Re: MySQL 5 comparison

From: Hans-Jürgen Schönig <postgres(at)cybertec(dot)at>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: Mark Kirkwood <markir(at)coretech(dot)co(dot)nz>, Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, PostgreSQL Advocacy <pgsql-advocacy(at)postgresql(dot)org>
Subject: Re: MySQL 5 comparison
Date: 2005-01-08 09:48:55
Message-ID: 41DFAC87.9000902@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

Kris Jurka wrote:
>
> On Sat, 8 Jan 2005, Mark Kirkwood wrote:
>
>
>>Hans-Jürgen Schönig wrote:
>>
>>
>>>Robert Treat wrote:
>>>
>>>
>>>>Mind if i ask which versions of postgresql(&slony)/my$ql these were
>>>>tested against and on what OS ?
>>>>
>>>>Robert Treat
>>>
>>>
>>>
>>>We used PostgreSQL 8.0 RC3 and MySQL Debian packages (MySQL *4.0.22*).
>>>OS: Debian Linux on Amd Athlon.
>>>
>>
>>Might be worth re-doing with Mysql 5.0.2 - just in case they have fixed
>>the issues you found.
>>
>
>
> It might also be worth redoing using PreparedStatements on the JDBC side
> to see what kind of performance boost that will give.
>
> Kris Jurka
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend

This was just a very brief test to get an impression.
A lot can be improved.
I did not want to use prepared statements because MySQL simply doesn't
provide it. The idea is: If prepared statements are desired they should
be put into the SQL files which are executed - the benchmarking software
itself is a stupid as possible (it is not a JDBC benchmark; all it does
is starting threads and executing any kind of SQL).

We decided to use the RC3 because 8.0 will be out shortly and we don't
expect heavy changes anymore. So you can call this beta test.

While doing the test I got the impression that MySQL has bugs in their
production system PostgreSQL doesn't even have in a random CVS checkout.

Hans

--
Cybertec Geschwinde u Schoenig
Schoengrabern 134, A-2020 Hollabrunn, Austria
Tel: +43/660/816 40 77
www.cybertec.at, www.postgresql.at

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Josh Berkus 2005-01-08 21:19:59 Re: Technical question for a journalist
Previous Message Bruce Momjian 2005-01-08 03:57:42 Re: Technical question for a journalist