Re: patch: SQL/MED(FDW) DDL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: patch: SQL/MED(FDW) DDL
Дата
Msg-id 24765.1286292313@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: patch: SQL/MED(FDW) DDL  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> On 05.10.2010 17:56, Robert Haas wrote:
>> I can't imagine how an FDW could possibly be expected to perform well
>> without some persistent local data storage.

> It doesn't seem completely out of the question to me.

One other point that could be made here is that it's not going to
surprise anybody that access to a remote table is really slow compared
to access to a local table.  Why would it surprise anybody if planning
for a remote table is really slow compared to planning for a local
table?  Where is the evidence that anyone would even *notice* the extra
planning time, compared to the execution time of the finished query?

This is still all about premature optimization.
        regards, tom lane


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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Re: Proposed Windows-specific change: Enable crash dumps (like core files)
Следующее
От: Robert Haas
Дата:
Сообщение: Re: leaky views, yet again