Re: [PERFORM] temporary indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PERFORM] temporary indexes
Дата
Msg-id 16797.1141150016@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PERFORM] temporary indexes  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: [PERFORM] temporary indexes  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> EXISTS works in situations where
> you need to compare on multiple columns, so it is useful in many
> situations where IN or MIN/MAX techniques just don't work.

IN works fine on multiple columns:

    (foo, bar, baz) IN (SELECT x, y, z FROM ...)

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Dead Space Map
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Dead Space Map