[PHP3] Re: [GENERAL] Re: [PHP3] Re: PostgreSQL vs Mysql comparison - Mailing list pgsql-general

From Bruce Momjian
Subject [PHP3] Re: [GENERAL] Re: [PHP3] Re: PostgreSQL vs Mysql comparison
Date
Msg-id 199910040230.WAA07855@candle.pha.pa.us
Whole thread Raw
In response to Re: [PHP3] Re: PostgreSQL vs Mysql comparison  (The Hermit Hacker <scrappy@hub.org>)
Responses Re: PostgreSQL vs Mysql comparison
Re: [GENERAL] Re: [PHP3] Re: PostgreSQL vs Mysql comparison
[PHP3] Re: [GENERAL] Re: [PHP3] Re: PostgreSQL vs Mysql comparison
List pgsql-general
>
> What do/are the MySQL folks using for test data?  maybe start off with
> what they are using to time MySQL and then look at how PostgreSQL can do
> it, maybe differently?
>
> Is there somewhere where the MySQL benchmarks can be downloaded from,
> including teh data?
>

Let me address my recollection of that discussion.  The basic issue is
that MySQL is somewhat faster because they don't have any
transactions/rollback capability, no user-defined types, and are SQL
built on top of an ISAM-type file with the indexes inbedded in the file,
so to add an index requires rebuilding the table.

Second, the MySQL folks don't mention the features they _don't_ have,
except now they mention they don't have transactions.

The bottom line from my perspective is that the benchmark is really
intended not as a fair comparison, but to make MySQL look good.

This upset me, but the increasing growth of PostgreSQL and the awards we
have won make me suspect that people are smarter than we think, and have
figured out where MySQL is strongest, and where PostgreSQL is strongest.

[I see this is going to MySQL mailing lists, so this may start a
discussion all over again.]

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

--
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe@lists.php.net
To subscribe to the digest, e-mail: php3-digest-subscribe@lists.php.net
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin@lists.php.net



pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] Re: [PHP3] Re: PostgreSQL vs Mysql comparison
Next
From: Scott Perkins
Date:
Subject: PostgreSQL vs Mysql comparison