cognite-sdk-dotnet icon indicating copy to clipboard operation
cognite-sdk-dotnet copied to clipboard

Feature Request: Support for ZStd Compression of Datapoints

Open bbrandt opened this issue 2 years ago • 2 comments

GZip compression currently supported: https://github.com/cognitedata/cognite-sdk-dotnet/pull/261

http://facebook.github.io/zstd/ is usually faster while also providing better compression.

bbrandt avatar Aug 17 '22 20:08 bbrandt

@polomani Would this first have to be implemented server-side on CDF?

bbrandt avatar Aug 24 '22 14:08 bbrandt

@bbrandt good point, I assumed you have done some research? If not, then it's most likely not supported by the backend and it's a bigger task to do it there (multiple backend teams involved)

polomani avatar Aug 26 '22 17:08 polomani