Re: Support Parallel Query Execution in Executor

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: Support Parallel Query Execution in Executor
Дата
Msg-id e1d5nq$1a3m$1@news.hub.org
обсуждение исходный текст
Ответ на Support Parallel Query Execution in Executor  ("Qingqing Zhou" <zhouqq@cs.toronto.edu>)
Ответы Re: Support Parallel Query Execution in Executor  (Markus Schiltknecht <markus@bluegap.ch>)
Список pgsql-hackers
"Markus Schiltknecht" <markus@bluegap.ch> wrote
> Hi,
>
> On Sun, 2006-04-09 at 15:11 -0400, Tom Lane wrote:
> > You can't just retarget a backend to operate in another database, at
> > least not without major changes in that infrastructure.
>
> Why not? What would be needed to retarget a backend to operate in
> another database?
>

As Tom pointed out, without big change, a backend on database "D1" can't
connect to "D2". This is because to connect to a database, we need to
initialize a lot of variables. So when you reconnect to another one on the
fly, you have to change these variables one by one.

Regards,
Qingqing




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

Предыдущее
От: Markus Schiltknecht
Дата:
Сообщение: Re: Support Parallel Query Execution in Executor
Следующее
От: "Qingqing Zhou"
Дата:
Сообщение: Re: Updating OID column