Changelog
Release Version: v0.14.2-pb36 | Release Date: Mar 28, 2025
What's Changed
- Add time_range strategy for compactor
- Add none-compression for ingester
- Add mpsc for compactor, read data and write data will run in parallels.
- Fix tracing for search
- Querier will continue call the ingester if it set to unscheduled New ENV
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.