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.