Re: Database performance comparison paper.

From: Alexander Elgert <alexander_elgert(at)adiva(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Database performance comparison paper.
Date: 2007-02-15 20:05:35
Message-ID: 45D4BD0F.5000101@adiva.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Marc Evans schrieb:
> Some people may find this interesting reading.
>
> http://us.devloop.org.uk/
Nice, but it would be interesting which storage engine was used for
mysql - ok, default is MyIsam.

Does mysql (in the latest version) still use a single write-thread for
writing?
In mysql 3, a badly formed query which writes millions of tuples to a
temporary table blocks the database for the whole query execution time.

Greetings,
Alexander

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dave Page 2007-02-15 20:06:56 Re: Stored Procedure examples
Previous Message Peter Eisentraut 2007-02-15 19:38:19 Re: Stored Procedure examples