Note
The parameter name has been changed to kv_transport_compress_func since OceanBase Database V4.2.1 BP2.
Description
tableapi_transport_compress_func specifies the algorithm for compressing tableAPI query results for transmission.
Attributes
| Attribute | Description |
|---|---|
| Type | Capacity |
| Default value | none |
| Value range | NoteThe value |
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
Example
obclient> ALTER SYSTEM SET kv_transport_compress_func = 'lz4_1.0';