Re: FDW for PostgreSQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: FDW for PostgreSQL
Дата
Msg-id 29998.1364486099@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: FDW for PostgreSQL  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: FDW for PostgreSQL  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes:
> * Tom Lane (tgl@sss.pgh.pa.us) wrote:
>> ... The only way to
>> make this sane at all would be to provide user control of which
>> operations go to which connections; which is inherent in dblink's API
>> but is simply not a concept in the FDW universe.  And I don't want to
>> try to plaster it on, either.

> This concern would make a lot more sense to me if we were sharing a
> given FDW connection between multiple client backends/sessions; I admit
> that I've not looked through the code but the documentation seems to
> imply that we create one-or-more FDW connection per backend session and
> there's no sharing going on.

Well, ATM postgres_fdw shares connections across tables and queries;
but my point is that that's all supposed to be transparent and invisible
to the user.  I don't want to have API features that make connections
explicit, because I don't think that can be shoehorned into the FDW
model without considerable strain and weird corner cases.
        regards, tom lane



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Changing recovery.conf parameters into GUCs
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: sql_drop Event Triggerg