Icon TableMaxReadLockCount Property

property TableMaxReadLockCount: Word

Usage

Use the TableMaxReadLockCount property to control the maximum number of read locks that DBISAM can acquire during a table scan to satisfy an un-optimized filter or query condition. The default value is 100 locks, and the maximum value is 65535. Increasing this property will increase concurrency, but at the cost of a decrease in performance. Decreasing this property will increase performance, but at the cost of a decrease in concurrency.
Image