Is the default compression option for cbimport true or false
Hi @bellpumpkin,
The cbimport
command uses gocbcore
(GitHub - couchbase/gocbcore: The IO component of gocb) to dispatch SET
operations to the data service.
If both the client/server have negotiated support for Snappy compression, the SDK will automatically compress documents before dispatch (source).
Thanks,
James