begin
/start transaction
or implicitly) but no new statement has been executed for the specified threshold period, the connection will be killed.cdb_kill_idle_trans_timeout
parameter to enable or disable the feature. If it is 0
, the feature is disabled; otherwise, a connection idle for cdb_kill_idle_trans_timeout
or wait_timeout
seconds, whichever is smaller, will be killed. wait_timeout
is a session parameter.Parameter | Effective Immediately | Type | Default Value | Value Range | Description |
cdb_kill_idle_trans_timeout | YES | ulong | 0 | [0,31536000] | If it is 0 , the feature is disabled; otherwise, a transaction idle for cdb_kill_idle_trans_timeout seconds will be killed. |
Was this page helpful?