Re: Proposal: Create index on foreign table

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Proposal: Create index on foreign table
Дата
Msg-id CAM-w4HNvFU2J=gK0DABLRd4OhjM6_6PJSYoSGx__VKH69C_RAA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Proposal: Create index on foreign table  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Proposal: Create index on foreign table
Список pgsql-hackers
On Wed, Mar 21, 2012 at 2:22 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Well, above Etsuro-san is proposing the other case, ie a Postgres index
> definition for an index *not* stored in the database.  But frankly
> I think both ideas are pretty bad.  There's no reason to expect that
> Postgres' model of an index will accurately describe the facilities
> available in a remote server; and if it's not accurate, is it really
> of any use for planning?

Surely this will ultimately be necessary though? Some of the other use
cases for fdw are things like federated databases spread over multiple
postgres databases or even other SQL databases. They won't be very
practical if they can only implement sequential scans.

--
greg


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: HOT updates & REDIRECT line pointers
Следующее
От: Tom Lane
Дата:
Сообщение: Re: HOT updates & REDIRECT line pointers