dbTalk Databases Forums  

is it possible to run replication in the CDB version?

comp.databases.berkeley-db comp.databases.berkeley-db


Discuss is it possible to run replication in the CDB version? in the comp.databases.berkeley-db forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
hushanlima (Offline)
Junior Member
 
Posts: 3
Join Date: Aug 2006

Default is it possible to run replication in the CDB version? - 08-31-2006 , 11:14 PM






Hi, everyone

I set my application's database environment from CDB version to transaction
version,so that the replication can be run between masterDB and clientDB.

but now the speed is too slow far from our expectation.

Could anyone tell me if it is possible to run replication in the CDB version?
If yes, what are the possible ways?

Many thanks for any help.
hushanlima

Last edited by hushanlima : 08-31-2006 at 11:47 PM .

Reply With Quote
  #2  
Old   
Susan LoVerso
 
Posts: n/a

Default Re: is it possible to run replication in the CDB version? - 09-01-2006 , 11:41 AM







hushanlima wrote:
Quote:
Hi, everyone

I set my application's database environment from CDB version to
transaction
version,so that the replication can be run between masterDB and
clientDB.

but now the speed is too slow far from our expectation.
Most likely you are syncing to disk each time. You should consider
setting DB_TXN_NO_SYNC and see if that helps your speed. See
http://www.sleepycat.com/docs/api_c/env_set_flags.html

Quote:
Could anyone tell me if it is possible to run replication in the CDB
version?
If yes, what are the possible ways?
No. Replication expects and requires log records and transactions.

Sue LoVerso
Oracle Corp.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.