Re: Parameterized aggregate subquery

Поиск
Список
Период
Сортировка
От Yeb Havinga
Тема Re: Parameterized aggregate subquery
Дата
Msg-id 4E0C2DCA.7090402@gmail.com
обсуждение исходный текст
Ответ на Re: Parameterized aggregate subquery (was: Pull up aggregate subquery)  (Yeb Havinga <yebhavinga@gmail.com>)
Список pgsql-hackers
On 2011-06-30 09:39, Yeb Havinga wrote:
>
> 9) as remarked up a different thread, more than one clause could be 
> pushed down a subquery. The current patch only considers alternative 
> paths that have at most one clause pushed down. Is this because of the 
> call site of best_inner_subqueryscan, i.e. under one join rel? Would 
> it be an idea to consider, for each subquery, only a single 
> alternative plan that tries to have all suitable clauses pushed down?

Ehm, please forget this remark, I've mistaken join rel for base rel.

-- Yeb



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Latch implementation that wakes on postmaster death on both win32 and Unix
Следующее
От: Radosław Smogura
Дата:
Сообщение: Re: Review of patch Bugfix for XPATH() if expression returns a scalar value