Re: Or selection on index versus union

Поиск
Список
Период
Сортировка
От han.holl@informationslogik.nl
Тема Re: Or selection on index versus union
Дата
Msg-id 200510042257.47117.han.holl@informationslogik.nl
обсуждение исходный текст
Ответ на Re: Or selection on index versus union  (kevin.kempter@dataintellect.com)
Список pgsql-general
On Tuesday 04 October 2005 22:26, kevin.kempter@dataintellect.com wrote:
> Just a guess but have you tried using an in clause?
>
> select something from table where fase in  ('1' , '2');
>
Not surprisingly, this also does a sequential scan on the table. (It would be
_very_ diffcult to see that this is a union, I guess).

Thanks,

Han

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Or selection on index versus union
Следующее
От: Matthew Terenzio
Дата:
Сообщение: Re: License question