Execute a single index query at the end of the conflict processing based on the dirty transaction content.
This improves conflict processing performance used in merge and rebase operations.
The performance gain was 35 seconds during the rebase of MAIN/CONREQUEXT branch (initial time without any changes on our dev.env was 142 seconds, after the improvements it was 108 seconds).
Execute a single index query at the end of the conflict processing based on the dirty transaction content.
This improves conflict processing performance used in merge and rebase operations. The performance gain was
35 seconds
during the rebase ofMAIN/CONREQUEXT
branch (initial time without any changes on our dev.env was142 seconds
, after the improvements it was108 seconds
).