Description
tableapi_transport_compress_func specifies the algorithm for compressing OBKV-Table query results for transmission.
Attributes
| Attribute | Description |
|---|---|
| Type | Capacity |
| Default value | none |
| Value range | NoteStarting from OceanBase Database V4.2.1, the value |
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
Examples
obclient> ALTER SYSTEM SET tableapi_transport_compress_func = 'lz4_1.0';