![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
It would be helpful to have more information about: 1) size of lock list 2) how many sessions work in parallel 3) the deadlock object As a first guess: your setting for MAXLOCKS (76%) is much too high if there are more than 1 sessions holding/requesting locks - we use 15% You should size your lock list and maxlocks so that it can hold at least the 2500 row locks using less than maxlocks percent pages. |
#4
| |||
| |||
|
|
It would be helpful to have more information about: 1) size of lock list 2) how many sessions work in parallel 3) the deadlock object As a first guess: your setting for MAXLOCKS (76%) is much too high if there are more than 1 sessions holding/requesting locks - we use 15% You should size your lock list and maxlocks so that it can hold at least the 2500 row locks using less than maxlocks percent pages. Check the plan for the merge. If it's using a HASH JOIN then it would |
![]() |
| Thread Tools | |
| Display Modes | |
| |