Re: standard interfaces for replication providers

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: standard interfaces for replication providers
Дата
Msg-id 9524A401-E02B-48D6-ABAC-1B7CCED63B53@pervasive.com
обсуждение исходный текст
Ответ на Re: standard interfaces for replication providers  (alfranio correia junior <alfranio@lsd.di.uminho.pt>)
Список pgsql-hackers
On Aug 10, 2006, at 12:29 PM, alfranio correia junior wrote:
>> One of the great things about Oracle is that they expose a hell of  
>> a lot
>> of the technology they use to build features like replication; ie:  
>> take
>> a look at DBMS_*.
>>
> If I am not wrong such procedures are only for administrative purpose.
> For instance,
> we cannot insert things in a queue to be replicated.

No... things like DBMS_PIPE are just general tools that can be used  
for anything. My point is that Oracle found they needed functionality  
like that do provide a feature they were writing (such as  
replication), and said "Well, if we need this, there's probably  
others that need it too", so they made it all available. Granted,  
they may use some internal interface to it that's faster, but they  
still provided it to everyone.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461




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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Buildfarm failure on ecpg/test/pgtypeslib
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: 8.2 features status