Note
Starting from OceanBase Database V4.2.1 BP2, the name of this parameter is adjusted to kv_transport_compress_func.
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 | NoteStarting from OceanBase Database V4.2.1, the value zlib_1.0 only supports viewing. |
| Modifiable | Yes. It can be modified using the ALTER SYSTEM SET statement. |
Examples
obclient> ALTER SYSTEM SET kv_transport_compress_func = 'lz4_1.0';