Re: BitMapScan performance degradation

Поиск
Список
Период
Сортировка
От db@zigo.dhs.org
Тема Re: BitMapScan performance degradation
Дата
Msg-id 3389.192.121.104.120.1164121967.squirrel@zigo.dhs.org
обсуждение исходный текст
Ответ на BitMapScan performance degradation  (Jérôme BENOIS <benois@argia-engineering.fr>)
Ответы Re: BitMapScan performance degradation  (Jérôme BENOIS <benois@argia-engineering.fr>)
Список pgsql-performance
> When enable_bitmapscan is enabled this query cost 51893.491 ms and when
> is disabled 117.709 ms. But i heard bitmapscan feature improved
> performance, can you help me ?

The standard question we always ask first is if you have run VACUUM
ANALYZE recently?

Are all the costs and estimated number of rows the same after you have run
VACUUM ANALYZE? If not you might want to show that new plan as well.

/Dennis

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BitMapScan performance degradation
Следующее
От: Jérôme BENOIS
Дата:
Сообщение: Re: BitMapScan performance degradation