New Database Configuration Parameters

The new database connection configuration parameters fine-tune Replication Server performance.

  • dsi_commit_check_locks_intrvl – specifies the number of milliseconds (ms) the DSI executor thread waits between executions of the rs_dsi_check_thread_lock function string. Used with parallel DSI.

  • dsi_commit_check_locks_max – specifies the maximum number of times a DSI executor thread checks whether it is blocking other transactions in the replicate database before rolling back its transaction and retrying it. Used with parallel DSI.

  • dsi_commit_control – specifies whether commit control processing is handled internally by Replication Server using internal tables (on) or externally using the rs_threads system table (off). Used with parallel DSI.