Re: [HACKERS] OR clause status report

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: [HACKERS] OR clause status report
Дата
Msg-id 35C15A31.467389F@krs.ru
обсуждение исходный текст
Ответ на OR clause status report  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] OR clause status report
Список pgsql-hackers
Bruce Momjian wrote:
>
> I have succeeded in making OR clauses use indexes.  I have not dealt
> with some of the more complex issues like x=3 or y=5 as Vadim mentioned,
> but at least it works.
>
>         test=> select * from test where x=102532 or x=102533;

But did you care about the case when two indices (on test(x) and
on test(y)) exist ?

Vadim

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: OR clause status report
Следующее
От: Andreas Zeugswetter
Дата:
Сообщение: ...