Re: Re-Reason of Slowness of Query

Поиск
Список
Период
Сортировка
От Vitalii Tymchyshyn
Тема Re: Re-Reason of Slowness of Query
Дата
Msg-id 4D89C778.6050805@gmail.com
обсуждение исходный текст
Ответ на Re: Re-Reason of Slowness of Query  (Adarsh Sharma <adarsh.sharma@orkash.com>)
Ответы Re: Re-Reason of Slowness of Query  (Adarsh Sharma <adarsh.sharma@orkash.com>)
Список pgsql-performance
23.03.11 12:10, Adarsh Sharma написав(ла):
I just want to retrieve that id 's from page_content which do not have any entry in clause2 table.

Then
select distinct(p.crawled_page_id) from page_content p
 where NOT EXISTS (select 1 from  clause2 c where c.source_id = p.crawled_page_id);
is correct query.

Best regards, Vitalii Tymchyshyn.

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

Предыдущее
От: Adarsh Sharma
Дата:
Сообщение: Re: Re-Reason of Slowness of Query
Следующее
От: Adarsh Sharma
Дата:
Сообщение: Re: Re-Reason of Slowness of Query