Re: PostgreSQL vs. MySQL - Mailing list pgsql-performance

From Hannu Krosing
Subject Re: PostgreSQL vs. MySQL
Date
Msg-id 1057450318.17490.8.camel@fuji.krosing.net
Whole thread Raw
In response to Re: PostgreSQL vs. MySQL  ("Brian Tarbox" <btarbox@theworld.com>)
List pgsql-performance
Brian Tarbox kirjutas R, 04.07.2003 kell 15:27:
> I recently took a system from MySQL to Postgres.  Same HW, SW, same data.
> The major operations where moderately complex queries (joins on 8 tables).
> The results we got was that Postgres was fully 3 times slower than MySql.

For each and every query ??

> We were on this  list a fair bit looking for answers and tried all the
> standard answers.

Could you post the list of "standard answers" you tried ?

>  It was still much  much much slower.

Was this with InnoDB ?

what kind of joins were they (i.e
"FROM a JOIN b on a.i=b.i"
or "FROM a,b WHERE a.i = b.i" ?

What was the ratio of planning time to actual execution time in pgsql?

Where the queries originally optimized for MySQL ?

----------------
Hannu

pgsql-performance by date:

Previous
From: Hilmar Lapp
Date:
Subject: Re: PostgreSQL vs. MySQL
Next
From: Sean Chittenden
Date:
Subject: Re: Moving postgresql.conf tunables into 2003...