Re: SpeedComparison - Mailing list pgsql-hackers

From Tom Lane
Subject Re: SpeedComparison
Date
Msg-id 954.1139706416@sss.pgh.pa.us
Whole thread Raw
In response to Re: SpeedComparison  (Jochem van Dieten <jochemd@gmail.com>)
Responses Re: SpeedComparison
List pgsql-hackers
Jochem van Dieten <jochemd@gmail.com> writes:
> On 2/11/06, Andrej Ricnik-Bay wrote:
>> http://www.sqlite.org/cvstrac/wiki?p=SpeedComparison

> The values appear to originate from an intrsinsically flawed test setup.

> Just take the first test. The database has to do 1000 commits. That
> means 1000 I/O operations. There is no way that a 7200 RPM disk can do
> that in the time that that test says it took. It is reasonable to say
> that a disk can do 1 I/O operation per rotation, which means that any
> test result below 9 seconds is untrustworthy.

Disk lying about write-complete, no doubt.  Of course that probably
affects all the databases about the same.

The fact that it's on Windows is probably handicapping us noticeably,
considering that that port still isn't well optimized.

Test 8's problem is most likely lack of an ANALYZE --- although when
I tried to duplicate it, I got a bitmap index scan, which shouldn't be
horrendously slow.  There's something fishy about that one.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Scrollable cursors and Sort performance
Next
From: Mark Kirkwood
Date:
Subject: Re: [PERFORM] What do the Windows pg hackers out there like