Managing Write Lock Contention on a Table
High contention for write locks on a table used by multiple users can impact processing, if most of the transactions are able to obtain the lock. The sample stored procedure in this section is an example of a method to manage the contention for a write lock on a table. This procedure does not eliminate the write lock contention on the table, but does manage the contention, so that transactions are able to get the write lock.
Checkpoint Hints
The default values for checkpoint time and recovery time are sufficient and do not need to be changed.