InterviewSolution
Saved Bookmarks
| 1. |
When Should You Increase The Database Parameter Maxsqllocks (maxlocks)? |
|
Answer» MaxSQLLocks values that are too high result in long SEARCH processes in the lock lists. Therefore, if this is possible, reduce the write transactions by using FREQUENT commits. You can increase MaxSQLLocks if one of the following situations FREQUENTLY occur:
MaxSQLLocks values that are too high result in long search processes in the lock lists. Therefore, if this is possible, reduce the write transactions by using frequent commits. You can increase MaxSQLLocks if one of the following situations frequently occur:
|
|