tencent cloud

TDSQL Boundless

tdsql_bulk_commit_records

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

Feature Description

tdsql_bulk_commit_records is used to set the threshold number of data entries that meet the commit conditions for sub-transactions split during the DDL process. When this limit is reached, the system automatically commits transactions to free up space for new records.
When adjusting the tdsql_bulk_commit_records parameter, you need to consider the following factors:
Transaction Performance: Increasing the value of the tdsql_bulk_commit_records parameter may improve the performance of batch insert, update, and delete operations. However, an excessively large value may cause transactions to become too large, which can affect system performance and stability.
Monitoring and Tuning: Monitor server performance metrics, such as CPU utilization, memory utilization, and disk I/O, to determine whether you need to adjust the tdsql_bulk_commit_records parameter. If a performance bottleneck is identified, you can try adjusting this parameter to optimize performance.

Attribute Description

Required
Description
Parameter Type
ULONG
Default Value
3000
Value Range
1 ~ 18446744073709551615
Effective Scope
GLOBAL
SESSION
Restart Required
No

도움말 및 지원

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

피드백