16.10 - DeadLockTimeout - Teradata Database

Teradata Database Utilities

Product
Teradata Database
Release Number
16.10
Published
June 2017
Language
English (United States)
Last Update
2018-04-26
dita:mapPath
zll1480972831047.ditamap
dita:ditavalPath
changebar_rev_16_10_exclude_audience_ie.ditaval
dita:id
vkz1472241255652

Purpose

Determines the interval (in seconds) between deadlock timeout detection cycles. The value in DeadLockTimeout specifies the time-out value for requests that are locking each other out on different AMPs. When the system detects a deadlock, it aborts one of the jobs.

Proxy locks reduce deadlock situations for all-AMP requests that require write or exclusive locks. However, deadlocks still may be an issue on large systems with heavy concurrent usage. In batch operations, concurrent requests may contend for locks on Data Dictionary tables.

Field Group

General

Valid Range

10 though 3600 seconds

Default

240 seconds

Changes Take Effect

After the next Teradata Database restart.

Recommendation

Reduce the value in this field to cause more frequent retries with less time in a deadlock state. Faster CPUs reduce the system overhead for performing deadlock checks, so you can set the value much lower than the current default of 240 seconds.

IF your applications… THEN you should…
incur some dictionary deadlocks set the value to between 30 and 45 seconds.
incur few dictionary deadlocks retain the default value of 240 seconds.
incur many true deadlocks set the value as low as 10 seconds.
are mostly online transaction processing (tactical) applications set the value as low as 10 seconds.

Related Topics

For more information on locks and deadlocks, see SQL Request and Transaction Processing and Database Administration.