Re: Slow query: bitmap scan troubles

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Slow query: bitmap scan troubles
Дата
Msg-id 9022.1354730710@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Slow query: bitmap scan troubles  (Jeff Janes <jeff.janes@gmail.com>)
Ответы Re: Slow query: bitmap scan troubles
Список pgsql-performance
Jeff Janes <jeff.janes@gmail.com> writes:
> I now see where the cost is coming from.  In commit 21a39de5809 (first
> appearing in 9.2) the "fudge factor" cost estimate for large indexes
> was increased by about 10 fold, which really hits this index hard.

> This was fixed in commit bf01e34b556 "Tweak genericcostestimate's
> fudge factor for index size", by changing it to use the log of the
> index size.  But that commit probably won't be shipped until 9.3.

Hm.  To tell you the truth, in October I'd completely forgotten about
the January patch, and was thinking that the 1/10000 cost had a lot
of history behind it.  But if we never shipped it before 9.2 then of
course that idea is false.  Perhaps we should backpatch the log curve
into 9.2 --- that would reduce the amount of differential between what
9.2 does and what previous branches do for large indexes.

It would definitely be interesting to know if applying bf01e34b556
helps the OP's example.

            regards, tom lane


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

Предыдущее
От: Claudio Freire
Дата:
Сообщение: Re: Slow query: bitmap scan troubles
Следующее
От: Shaun Thomas
Дата:
Сообщение: Ubuntu 12.04 / 3.2 Kernel Bad for PostgreSQL Performance