Note
For V2.2.50, this parameter is available starting with V2.2.50.
Description
tableapi_transport_compress_func specifies the compression algorithm used for transmitting query results of OBKV-Table.
Privilege requirements
Query the parameter
The
systenant and all user tenants can query this parameter by using theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview.Modify the parameter
Only the
systenant can modify this parameter. User tenants cannot modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| Type | Capacity |
| Default value | none |
| Value range |
NoteStarting from V4.2.1, you can only view the value zlib_1.0. |
| 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
Set the compression algorithm used for transmitting query results of OBKV-Table to lz4_1.0.
obclient> ALTER SYSTEM SET tableapi_transport_compress_func = 'lz4_1.0';