Use zlib compression on write or batch read commands when the command buffer size is greater
than 128 bytes. In addition, tell the server to compress it's response on read commands.
The server response compression threshold is also 128 bytes.
Namespace: Aerospike.ClientThis option will increase cpu and memory usage (for extra compressed buffers), but decrease the size of data sent over the network.
Default: false
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.2.0 (3.9.2)
Syntax
See Also