by ashokjoshi@[EMAIL PROTECTED]
Mar 5, 2007 at 07:12 AM
On Feb 13, 8:26 pm, "Phantom" <ghostwhoowa...@[EMAIL PROTECTED]
> wrote:
> Does BDB HA use distributed transaction when replicating from primary
> to backups ? If so does it 2 phase commit ?
>
> Thanks
> A
No, BDB HA does not use distributed transactions. It uses log
****pping. Log records generated at the master are sent to the
"backups" and continuously applied at the backup.