Re: choose_bitmap_and again (was Re: [PERFORM] StrangelyVariable Query Performance)

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: choose_bitmap_and again (was Re: [PERFORM] StrangelyVariable Query Performance)
Дата
Msg-id 1176539048.3635.316.camel@silverbirch.site
обсуждение исходный текст
Ответ на choose_bitmap_and again (was Re: [PERFORM] Strangely Variable Query Performance)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, 2007-04-13 at 18:48 -0400, Tom Lane wrote:
> Has anyone got any thoughts about the best way to do this?

I don't think we know enough to pick one variant that works in all
cases. This requires more detailed analysis of various cases.

Lets put in a parameter to allow the options to be varied. The purpose
would be to look for some more information that allows us to see what
the pre-conditions would be for each heuristic.

Initially, we say this is a beta-only feature and may be withdrawn in
the production version.

Why did it not pick my index? is a tiring game, but one that must be
played. I hope that the ORDER LIMIT optimization should reduce the
number of indexes chosen to maintain sort order in the output.

--  Simon Riggs              EnterpriseDB   http://www.enterprisedb.com




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: choose_bitmap_and again (was Re: [PERFORM] Strangely Variable Query Performance)
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Makefile patch to make gcov work on Postgres contrib modules