Re: Weird performance drop after VACUUM

Поиск
Список
Период
Сортировка
От Steinar H. Gunderson
Тема Re: Weird performance drop after VACUUM
Дата
Msg-id 20050827152603.GF17097@uio.no
обсуждение исходный текст
Ответ на Weird performance drop after VACUUM  (Ümit Öztosun <umit@likyabilisim.com>)
Ответы Re: Weird performance drop after VACUUM
Список pgsql-performance
On Sat, Aug 27, 2005 at 11:05:01AM -0400, Tom Lane wrote:
> It could, but it doesn't really have enough information.  We don't
> currently have any model that some operators are more expensive than
> others.  IIRC the only sort of reordering the current code will do
> in a filter condition list is to push clauses involving sub-SELECTs
> to the end.

I was more thinking along the lines of reordering "a AND/OR b" to "b AND/OR
a" if b has lower selectivity than a.

/* Steinar */
--
Homepage: http://www.sesse.net/

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

Предыдущее
От: Ron
Дата:
Сообщение: Re: Inefficient queryplan for query with
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Weird performance drop after VACUUM