Re: Various performance questions

Поиск
Список
Период
Сортировка
От Christopher Browne
Тема Re: Various performance questions
Дата
Msg-id m3isman8qx.fsf@wolfe.cbbrowne.com
обсуждение исходный текст
Ответ на Various performance questions  (Dror Matalon <dror@zapatec.com>)
Ответы Re: Various performance questions  (Greg Stark <gsstark@mit.edu>)
Re: Various performance questions  (Dror Matalon <dror@zapatec.com>)
Список 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 по дате отправления:

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: Re: Performance Concern
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Various performance questions