umh-core
v0.44.38
Historian Chunk Intervals and Retention Fixes
Improvements
- The historian output takes
value_chunk_intervalandattribute_chunk_interval, setting how wide a TimescaleDB chunk is for each of its two hypertables, both still defaulting to 168h. An interval applies only when a table is created, so changing it later needsset_chunk_time_intervalon the database, and a restart warns when a configured interval no longer matches its table
Fixes
- The historian output now applies compression and retention to every data contract, not only the first one. Existing historian setups are unaffected
- The historian no longer stores
timestamp_msas a tag attribute, which previously wrote one attribute row per data point