danthegoodman1/icedb

Support compression for log files

danthegoodman1 opened this issue · 0 comments

Can just take the compression based on the extension suffix (e.g. .jsonl.gz, .jsonl.zstd, etc.)

Support:

  1. gzip
  2. zstd
  3. uncompressed

Omitting snappy because it doesn't seem to provide very minimal speed over zstd, but worse compression.