Re: Passing more context info to selectivity-estimation code

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Passing more context info to selectivity-estimation code
Дата
Msg-id 2226.1179680859@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Passing more context info to selectivity-estimation code  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список pgsql-hackers
Heikki Linnakangas <heikki@enterprisedb.com> writes:
> Tom Lane wrote:
>> Comments, better ideas?

> How about building a separate Var-node for the variable when it's above 
> an outer join?

[ itch... ]  That would be a whole lot *more* invasive than what I'm
proposing now.  It might be an interesting avenue to pursue,
particularly in conjunction with the planner's inability to deal with
non-nullable expressions in subselect outputs below outer joins (which
seems to require some special kind of Var to fix).  But I can't see
back-patching it.
        regards, tom lane


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Passing more context info to selectivity-estimation code
Следующее
От: "Nikolay Samokhvalov"
Дата:
Сообщение: Re: [PATCHES] build/install xml2 when configured with libxml