Re: psql document fix about showing FDW options

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: psql document fix about showing FDW options
Дата
Msg-id CA+TgmoaAyYO67xYKFy_c6ExP8_TqCC0tbPd06_rtUXAdYhKHGw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: psql document fix about showing FDW options  (Shigeru Hanada <shigeru.hanada@gmail.com>)
Список pgsql-hackers
2011/8/11 Shigeru Hanada <shigeru.hanada@gmail.com>:
> Yeah, I have (hopefully) working FDW for PostgreSQL which is based on
> the one which has been proposed for 9.1, and updates done by Heikki.
> I've implemented:
>
>  * SELECT clause omitting
>  * WHERE clause pushdown (assuming remote has same functions/oprators)
>  * private connection caching, and VIEW which shows active connections
>  * switch simple SELECT and CURSOR based on estimated # of rows,
>    and FDW options to control this behavior
>
> I'd like to submit this fdw in CF 2011-09 (ASAP) for discussion of
> itself and FDW API enhancement.  Please see the wiki page below for details.

Great stuff.  Look forward to seeing the patch(es).

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: error: could not find pg_class tuple for index 2662
Следующее
От: Robert Haas
Дата:
Сообщение: Re: index-only scans