Upcoming Webinar:

Getting Started with OpenObserve

July 16, 2026
11:00 AM ET

Changelog

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.