Re: Various performance questions - Mailing list pgsql-performance

From Christopher Browne
Subject Re: Various performance questions
Date
Msg-id m3isman8qx.fsf@wolfe.cbbrowne.com
Whole thread Raw
In response to Various performance questions  (Dror Matalon <dror@zapatec.com>)
Responses Re: Various performance questions
Re: Various performance questions
List pgsql-performance
In the last exciting episode, dror@zapatec.com (Dror Matalon) wrote:
> I was answering an earlier response that suggested that maybe the actual
> counting took time so it would take quite a bit longer when there are
> more rows to count.

Well, if a "where clause" allows the system to use an index to search
for the subset of elements, that would reduce the number of pages that
have to be examined, thereby diminishing the amount of work.

Why don't you report what EXPLAIN ANALYZE returns as output for the
query with WHERE clause?  That would allow us to get more of an idea
of what is going on...
--
(format nil "~S@~S" "cbbrowne" "acm.org")
http://www3.sympatico.ca/cbbrowne/spiritual.html
When  replying, it  is  often possible  to cleverly edit  the original
message in such a way  as to subtly alter  its meaning or tone to your
advantage while  appearing that you are  taking pains  to preserve the
author's intent.   As a   bonus,   it will   seem that your   superior
intellect is cutting through all the excess verbiage to the very heart
of the matter.  -- from the Symbolics Guidelines for Sending Mail

pgsql-performance by date:

Previous
From: Manfred Koizar
Date:
Subject: Re: Performance Concern
Next
From: Greg Stark
Date:
Subject: Re: Various performance questions