Re: Postgres-R: primary key patches

Поиск
Список
Период
Сортировка
От Markus Wanner
Тема Re: Postgres-R: primary key patches
Дата
Msg-id 48820E4B.9050603@bluegap.ch
обсуждение исходный текст
Ответ на Re: Postgres-R: primary key patches  (chris <cbbrowne@ca.afilias.info>)
Список pgsql-hackers
Hi,

chris wrote:
> You may want to have a chat with Jan; he's got some thoughts on a more
> general purpose mechanism that would be good for this as well as for
> (we think) extremely efficient bulk data loading.

Jan, mind to share your thoughts? What use cases for such a general 
purpose mechanism do you see?

What I can imagine doing on top of Postgres-R is: splitting up the data 
and feeding multiple backends with it. Unlike Postgres-R's internal use, 
you'd still have to check the data against constraints, I think.

It would involve the origin backend asking for help from the manager. 
That one checks for available helper backends and then serves as a 
message dispatcher between the origin and helper backends (as it does 
for replication purposes). Please note that it already uses shared 
memory extensively, so the manager doesn't need to copy around the data 
itself.

Regards

Markus


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

Предыдущее
От: Markus Wanner
Дата:
Сообщение: Re: Postgres-R: primary key patches
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Getting to universal binaries for Darwin