Re: Repeated Query is much slower in PostgreSQL8.2.4 than DB2 9.1

From: ning <mailxiening(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Repeated Query is much slower in PostgreSQL8.2.4 than DB2 9.1
Date: 2009-07-16 09:46:18
Message-ID: 27f31620907160246l2268b087s8d9672a4b952f5ae@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

I'm sorry, they are in milliseconds, not seconds.
The time used is quite same to the result of "explain analyze select
...." I pasted above,
which was " Total runtime: 0.479 ms".

Greetings,
Ning

On Thu, Jul 16, 2009 at 6:33 PM, Andres Freund<andres(at)anarazel(dot)de> wrote:
> On Thursday 16 July 2009 11:30:00 ning wrote:
>> Hi Andres,
>>
>> By executing
>> #explain analyze execute test_query;
>>
>> the first execution cost 0.389 seconds
>> the second cost 0.285 seconds
> Seconds or milliseconds?
>
> If seconds that would be by far slower than the plain SELECT, right?
>
> Andres
>

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Andres Freund 2009-07-16 09:52:55 Re: Repeated Query is much slower in PostgreSQL8.2.4 than DB2 9.1
Previous Message Allan Kamau 2009-07-16 09:44:11 Re: [PERFORM] Concurrency issue under very heay loads