ArcticDB icon indicating copy to clipboard operation
ArcticDB copied to clipboard

Add support for configuring compression algorithm and level

Open Hemansh31 opened this issue 2 months ago • 1 comments

From what I can tell, currently the compression algorithm used during writes is hard coded to lz4. I have use cases that would heavily benefit from a reduced on-disk storage space if zstd compression is done at level 19 and would not mind the slightly slower read speeds. Is it possible to configure this either at library level or even globally?

Hemansh31 avatar Sep 22 '25 10:09 Hemansh31