tencent cloud

TDSQL Boundless

tdsql_retry_interval_msec_min

PDF
Focus Mode
Font Size
Last updated: 2026-03-27 18:21:58

Feature Description

tdsql_retry_interval_msec_min indicates the minimum interval time between two failures (network / RPC, and so on) retries, in milliseconds.
When an SQL query fails, it may be caused by network latency, database node failure, or other reasons. To ensure that the query can be successfully executed, the system can choose to retry the failed query. The tdsql_retry_interval_msec_min parameter is used to set the minimum value of the retry interval, so that services can be restored as quickly as possible without affecting system performance.
Specifically, the tdsql_retry_interval_msec_min parameter defines the minimum value of the retry interval. For example, if the value is set to 100ms, the retry interval will be at least 100ms during the retry process. This ensures that the retry interval is not too short during the retry process, thereby avoiding exhaustion of system resources due to too frequent retries.

Attribute Description

Required
Description
Parameter Type
UINT
Default Value
2
Value Range
0 ~ 4294967295
Effective Scope
GLOBAL
Restart Required
No

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback