ob_trx_idle_timeout specifies the idle timeout period of a transaction in microseconds. A timeout occurs when the execution interval between two statements in a transaction exceeds the specified timeout period.
Note
The default value is changed from 120000000 to 86400000000 since OceanBase Database V4.0.0.
| Attribute | Description |
|---|---|
| Type | int |
| Default value | 86400000000 |
| Value range | [100000000, +∞) |
| Applicable scope | |
| Involved in serialization? | Yes |