tencent cloud

TDSQL Boundless

tdsql_retry_interval_growth

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

Feature Description

tdsql_retry_interval_growth indicates the growth multiplier for the retry interval of RPC interactions between SQLEngine and other nodes.
The default value is 2, indicating that the next retry interval is twice the current one, that is, 1ms, 2ms, 4ms, 8ms, 16ms, ..., 512ms. If tdsql_retry_interval_growth is modified to 3, the retry interval increases by a factor of 3, that is, 1ms, 3ms, 9ms, ..., until the retry interval reaches the upper limit of tdsql_retry_interval_msec_max milliseconds.

Attribute Description

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

도움말 및 지원

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

피드백