Re: WIP: Join push-down for foreign tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WIP: Join push-down for foreign tables
Дата
Msg-id 26504.1322867103@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: WIP: Join push-down for foreign tables  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: WIP: Join push-down for foreign tables  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> Hmm, so you're saying that the FDW function needs to be able to return 
> multiple paths for a single joinrel. Fair enough, and that's not 
> specific to remote joins. Even a single-table foreign scan could be 
> implemented differently depending on whether you prefer fast-start or 
> cheapest total.

... or ordered vs unordered, etc.  Yeah, good point, we already got this
wrong with the PlanForeignScan API.  Good thing we didn't promise that
would be stable.
        regards, tom lane


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: WIP: Join push-down for foreign tables
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Command Triggers