tencent cloud

TDSQL Boundless

tdsql_skip_trans_write_lock

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-03-27 18:23:00

Feature Description

tdsql_skip_trans_write_lock indicates whether to skip obtaining the write lock during a write operation.
To ensure data consistency and integrity, write operations usually need to be locked. This ensures that when multiple transactions access the same data at the same time, write operations will not interfere with each other, thus avoiding data inconsistency problems. However, in some scenarios, to improve performance, you can choose to skip obtaining transactional write locks to reduce the overhead of lock contention and lock waiting.
Skipping obtaining transaction write locks may result in data inconsistency. Therefore, when using the tdsql_skip_trans_write_lock parameter, you need to carefully evaluate system requirements and scenarios to ensure that data consistency and integrity are maintained even when locks are skipped.

Attribute Description

Required
Description
Parameter Type
BOOL
Default Value
OFF
Value Range
OFF
ON
Effective Scope
GLOBAL
Restart Required
No

도움말 및 지원

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

피드백