Re: Join vs Subquery

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Join vs Subquery
Дата
Msg-id 3608.1178202222@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Join vs Subquery  (Brian Herlihy <btherl@yahoo.com.au>)
Список pgsql-performance
Brian Herlihy <btherl@yahoo.com.au> writes:
> The issue: the second query results in a lower cost estimate.  I am wondering why the second query plan was not
chosenfor the first query. 

8.1 is incapable of pushing indexable join conditions down below an Append.
Try 8.2.

            regards, tom lane

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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Join vs Subquery
Следующее
От: Greg Smith
Дата:
Сообщение: pg_stat_* collection