Re: Strange Index behavior

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Strange Index behavior
Дата
Msg-id 5666.1103738446@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Strange Index behavior  (Együd Csaba (Freemail) <csegyud@freemail.hu>)
Ответы Re: Strange Index behavior
Список pgsql-general
=?iso-8859-2?Q?Egy=FCd_Csaba_=28Freemail=29?= <csegyud@freemail.hu> writes:
> The difference between the result times is 16x. I can't understand why the
> planner thinks it is the better way...

The planner thinks that because it thinks the second query will fetch
1500 times as many rows as the first.  Now that I look more carefully
I see that both of those row estimates are off, the first by a lot.
Have you ANALYZEd this table lately?  If you have, it might be a good
idea to increase the statistics target for the tstamp column.

You might also need to play around with random_page_cost, but it will be
counterproductive to touch that until the rowcount estimates are in the
vicinity of reality.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: "A. Mous"
Дата:
Сообщение: Re: 8.0 Beta3 worked, RC1 didn't!
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: postgresql.conf