[TD-6233]<enhance>: make column compression threshold user configurable
This commit is contained in:
parent
bb28e3a5f8
commit
63223c59c0
|
@ -78,7 +78,7 @@ int32_t tsCompressMsgSize = -1;
|
||||||
/* denote if server needs to compress the retrieved column data before adding to the rpc response message body.
|
/* denote if server needs to compress the retrieved column data before adding to the rpc response message body.
|
||||||
* 0: all data are compressed
|
* 0: all data are compressed
|
||||||
* -1: all data are not compressed
|
* -1: all data are not compressed
|
||||||
* other values: if the any retrieved column size is greater than the tsCompressColData, all data will be compressed.
|
* other values: if any retrieved column size is greater than the tsCompressColData, all data will be compressed.
|
||||||
*/
|
*/
|
||||||
int32_t tsCompressColData = -1;
|
int32_t tsCompressColData = -1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue