Changelog

Release Version: v0.14.2-pb36 | Release Date: Mar 28, 2025

What's Changed

ZO_FEATURE_INGESTER_NONE_COMPRESSION=false

We can disable compression for parquet on ingester if you enabled it. New Options

ZO_COMPACT_STRATEGY = time_range

We can use time_range strategy to sort by files try to avoid time range overlapping which can merge files without oder by _timestamp let the merge faster.