Re: An unresolved performance problem.

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: An unresolved performance problem.
Дата
Msg-id 20030508112020.GB3728@libertyrms.info
обсуждение исходный текст
Ответ на Re: An unresolved performance problem.  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Ответы Re: An unresolved performance problem.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
On Thu, May 08, 2003 at 10:48:52AM -0200, Achilleus Mantzios wrote:

> That is, we have a marginal decrease of the total cost
> for the index scan when random_page_cost = 1.9,
> whereas the "real cost" in the means of total runtime
> ranges from 218 msecs (seq scan) to 19 msecs (index scan).
> (is it sane?)

You're right that the problem is the poor estimate of the cost of
that selection.  I recall you mentioning that you'd expanded the
statistics on the field, but I don't recall to what.  I know that
under some circumstances, you _really_ have to increase the stats to
get a meaningful sample.

A

--
----
Andrew Sullivan                         204-4141 Yonge Street
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M2P 2A8
                                         +1 416 646 3304 x110


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

Предыдущее
От: Achilleus Mantzios
Дата:
Сообщение: Re: An unresolved performance problem.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: An unresolved performance problem.