Re: zero performance on query

Поиск
Список
Период
Сортировка
От Steinar H. Gunderson
Тема Re: zero performance on query
Дата
Msg-id 20051026152047.GA15377@uio.no
обсуждение исходный текст
Ответ на Re: zero performance on query  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
Список pgsql-performance
On Wed, Oct 26, 2005 at 08:05:21AM -0400, Merlin Moncure wrote:
> select count(*) from fotos f where not exists (select archivo from archivos a where a.archivo = f.archivo)

This was an optimization before 7.4, but probably isn't anymore.

/* Steinar */
--
Homepage: http://www.sesse.net/

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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: zero performance on query
Следующее
От: Svenne Krap
Дата:
Сообщение: Perfomance of views