Re: Not using Primary Key in query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Not using Primary Key in query
Дата
Msg-id 15004.1085807165@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Not using Primary Key in query  (Josh Sacks <josh.sacks@gmail.com>)
Список pgsql-performance
Josh Sacks <josh.sacks@gmail.com> writes:
> I can't understand what's going on in this simple query:

If you are using anything older than PG 7.4, you should not expect good
performance from WHERE ... IN (sub-SELECT) queries.  There's essentially
no optimization happening there.

            regards, tom lane

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

Предыдущее
От: share-postgres@think42.com
Дата:
Сообщение: Re: filesystem option tuning
Следующее
От: "rajaguru"
Дата:
Сообщение: Logging all query in one seperate File