Re: JOIN performance

Поиск
Список
Период
Сортировка
От Dean Gibson (DB Administrator)
Тема Re: JOIN performance
Дата
Msg-id 5.1.0.14.2.20040920213442.00ae4450@imaps.mailpen.net
обсуждение исходный текст
Ответ на Re: JOIN performance  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: JOIN performance
Список pgsql-sql
It turns out that even when I removed the CASE statement from the VIEW, the 
performance problem remained.  I had to remove the conditional as well from 
the VIEW.

To refresh your memory, there was this line in the VIEW (said VIEW being 
the subject of the LEFT JOIN):

cancel_date < expire_date AS canceled,

(cancel_date & expire_date are DATEs in the base view)

When I removed the above line from the VIEW, the performance problem 
disappeared.

Do you know why?  I'm running 7.3.4, by the way.

-- Dean



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: JOIN performance
Следующее
От: Joe Conway
Дата:
Сообщение: Re: PL/pgSQL multidimension (matrix) array in function