tencent cloud

TDSQL Boundless

max_connections

다운로드
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-05-26 16:30:18

Feature Description

max_connections is used to specify the maximum number of connections allowed by SQLEngine. When the server's concurrent connections exceed the value of max_connections, the server rejects new connection requests.
When adjusting the max_connections parameter, consider the following factors:
System resources: Set an appropriate value based on the actual server resources. When resources are sufficient, you can appropriately increase the value of max_connections to improve the system's concurrent processing capability. When resources are constrained, you need to decrease the value of max_connections to avoid resource exhaustion.
Application requirements: Set an appropriate value based on the actual application requirements. For high-concurrency applications, you may need to increase the value of max_connections to meet concurrency demands. For low-concurrency applications, you can decrease the value of max_connections to conserve system resources.
Database performance: Set an appropriate value based on the actual database performance. For databases with good performance, you may need to increase the value of max_connections to improve the database's concurrent processing capability. For databases with poor performance, you need to decrease the value of max_connections to avoid database overload.

Attribute Description

Required
Description
Parameter Type
ULONG
Default Value
151
Value Range
1 ~ 100000
Effective Scope
GLOBAL
Restart Required
No

도움말 및 지원

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

피드백