tencent cloud

TDSQL Boundless

tdsql_retry_interval_msec_max

Download
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-03-27 18:20:55

Feature Description

tdsql_retry_interval_msec_max specifies the maximum interval between retries after failures (e.g., network/RPC errors), measured 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_max parameter is used to limit the maximum 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_max parameter defines the maximum value of the retry interval. For example, if the value is set to 1,000ms (1s), the retry interval will not exceed 1 second during the retry process.

Attribute Description

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

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백