Note
For V4.1.0, this parameter is available starting with V4.1.0.
Description
The log_transport_compress_all parameter specifies whether to compress logs during log transmission.
Privilege requirements
Query the parameter
The
systenant and all user tenants can query the parameter by using theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview.Modify the parameter
The
systenant and user tenants can modify the parameter.
Attributes
| Attribute | Description |
|---|---|
| Parameter type | Bool |
| Default value | False |
| Value range |
|
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
| Effective upon OBServer node restart | No. The setting takes effect immediately. |
Examples
Disable log compression during log transmission.
obclient> ALTER SYSTEM SET log_transport_compress_all= False;