In certain rare situations after an automatic recovery, two conditions could exist that could cause data-integrity problems:
A performance enhancement introduced in V10.4 changed the way key-level locks and associated abort-node list entries were resolved. Key-level locks and abort-node list entries permit index nodes to be updated by transactions without locking the nodes for the duration of each transaction.
The problem situation occurs when all of the following are true:
The logic has been modified in this version to eliminate this problem. After installing this version, it is important to rebuild any indexes that might be impacted by this situation, or to be safe, simply rebuild all indexes under transaction processing control.
Note: If you choose NOT to upgrade your c-tree Server - Adding COMPATIBILITY NO_UPDMARKS to existing V10.4 servers will disable this performance enhancement and eliminate the automatic recovery problem. Once this keyword is added, it is important to rebuild any indexes that might be impacted by this situation, or to be safe, simply rebuild all indexes under transaction processing control.