Re: query execution time

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Julius T" <julius(at)nsoft(dot)lt>,<pgsql-admin(at)postgresql(dot)org>
Subject: Re: query execution time
Date: 2010-10-05 21:30:24
Message-ID: 4CAB52A0020000250003657E@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Julius T <julius(at)nsoft(dot)lt> wrote:

> The question is why the difference of value provided by EXPLAIN
> ANALYZE and observed one is so big?

There can be a number of reasons. The time to transmit the query
results to the client is one that jumps to mind, if the query
generates a large result set. Parts of what you described might
suggest checkpoint issues, depending on the query mix, the
PostgreSQL version, the hardware and the OS. You haven't given us
enough information to even start to guess which of these or other
issues might be involved.

Please read this page, and repost with more information:

http://wiki.postgresql.org/wiki/SlowQueryQuestions

-Kevin

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Lukasz Brodziak 2010-10-05 21:39:36 Re: query execution time
Previous Message Craig James 2010-10-05 20:50:35 Re: restore