Re: strange - Mailing list pgsql-general

From Filip Rembiałkowski
Subject Re: strange
Date
Msg-id 92869e661003230448s3a3a0cf7g22bb8751c841ed95@mail.gmail.com
Whole thread Raw
In response to Re: strange  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: strange  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Re: strange  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
For the record, I've recently observed such behaviour on non-cheap
64bit server harware.

That was Pg 8.4.0. hardware specs available on request.

EXPLAIN ANALYZE SELECT was over 2 times slower that SELECT. repeatedly.

Answering an obligatory question: NO virtualization (vmware/xen/other) there.

Question:
Is there anything as normal, accepted level of performance degradation
when using EXPLAIN ANALYZE compared to plain query?




2010/3/22 Tom Lane <tgl@sss.pgh.pa.us>:
> Szymon Guz <mabewlun@gmail.com> writes:
>> I've got a simple query. When I use explain analyze it lasts 7 times slower.
>> Why?
>
> You've got a machine where gettimeofday() is really slow.  This is
> common on cheap PC hardware :-(
>
>                        regards, tom lane
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>



--
Filip Rembiałkowski
JID,mailto:filip.rembialkowski@gmail.com
http://filip.rembialkowski.net/

pgsql-general by date:

Previous
From: Filip Rembiałkowski
Date:
Subject: Re: Creating a view: ERROR: rules on SELECT must have action INSTEAD SELECT
Next
From: Grzegorz Jaśkiewicz
Date:
Subject: Re: strange