Quick question

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Quick question
Дата
Msg-id 200309082002.18830.josh@agliodbs.com
обсуждение исходный текст
Ответы Re: Quick question
Список pgsql-performance
Tom,

Back in the 7.0 days,

WHERE EXISTS (SELECT * FROM a WHERE condition)

was significantly slower on broad tables than

WHERE EXISTS (SELECT small_col FROM a WHERE condition)

Is this still true, or something that's been fixed in the last 3 versions?
Joe Celko is making fun of me because Oracle doesn't have this performance
issue.

--
Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: slow plan for min/max
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Quick question