Using transactions in dbstl Using transactions in dbstl When using transactions with dbstl, you must call the dbstl transaction functions instead of the corresponding methods f...
Running Replication Manager in multiple processes One replication process and multiple subordinate processes Persistence of local site network address configuration Programming c...
Deadlock debugging Deadlock debugging An occasional debugging problem in Berkeley DB applications is unresolvable deadlock. The output of the -Co flags of the db_stat utility...
Network partitions Network partitions The Berkeley DB replication implementation can be affected by network partitioning problems. For example, consider a replication group wi...
Selecting an access method Btree or Heap? Disk Space Usage Record Access Record Creation/Deletion Cursor Operations Which Access Method Should You Use? Hash or Btree? Queue ...