Note
This parameter is deprecated in V4.0.0.
Description
flush_log_at_trx_commit specifies the log write strategy for transaction commit.
Attributes
| Attribute | Description |
|---|---|
| Type | Int |
| Default value | 1 |
| Value range | [0, 2] |
| Effective upon OBServer node restart | No |
Considerations
The value of flush_log_at_trx_commit indicates the log write strategy for transaction commit:
0: The system does not wait for the log to be written to the buffer.
1: The system waits for the log to be written to the disk.
2: The system waits for the log to be written to the buffer but does not wait for it to be written to the disk.