Re: Planner question - "bit" data types

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Planner question - "bit" data types
Дата
Msg-id 8219.1252186420@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Planner question - "bit" data types  (Karl Denninger <karl@denninger.net>)
Ответы Re: Planner question - "bit" data types  (Karl Denninger <karl@denninger.net>)
Список pgsql-performance
Karl Denninger <karl@denninger.net> writes:
> That doesn't help in this case as the returned set will typically be
> quite large, with the condition typically being valid on anywhere from
> 10-80% of the returned tuples.

In that case you'd be wasting your time to get it to use an index
for the condition anyway.  Maybe you need to take a step back and
look at the query as a whole rather than focus on this particular
condition.

            regards, tom lane

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

Предыдущее
От: Karl Denninger
Дата:
Сообщение: Re: Planner question - "bit" data types
Следующее
От: Karl Denninger
Дата:
Сообщение: Re: Planner question - "bit" data types