Re: Improving a simple query?

Поиск
Список
Период
Сортировка
От nolan@celery.tssi.com
Тема Re: Improving a simple query?
Дата
Msg-id 20030713195440.15746.qmail@celery.tssi.com
обсуждение исходный текст
Ответ на Improving a simple query?  (Steve Wampler <swampler@noao.edu>)
Список pgsql-performance
>  select * from attributes_table where id in (select id from
>       attributes where (name='obsid') and (value='oid00066'));

Can you convert it into a join?  'where in' clauses tend to slow pgsql
down.
--
Mike Nolan

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