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