Re: Strange query plan

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Strange query plan
Дата
Msg-id 15251.991750872@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Strange query plan  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
Oleg Bartunov <oleg@sai.msu.su> writes:
> The best plan I've got eliminating  IN predicate:
> select msg_prt.tid as mid from msg_prt
>  where exists (select idx.tid from idx where msg_prt.tid=idx.tid
>                and idx.did=1 and idx.lid = 1207 and idx.lid=59587 )

Surely that returns zero rows?
        regards, tom lane


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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: Mirrors not tracking main ftp site?
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Strange query plan