v0.8.0-dev.2
Pre-release
Pre-release
fix(cli) 51bf8f1: decompress hypertable chunks before backfill-hostname updates
The full-table UPDATEs tripped TimescaleDB's tuple decompression limit
(max_tuples_decompressed_per_dml_transaction, 100k) on compressed
history; Decompress affected chunks first,
same pattern as the url/referrer swap migration, and probe with cheap
EXISTS queries so a rerun with nothing left to change exits before the
expensive decompression.
Full Changelog: v0.8.0-dev.1...v0.8.0-dev.2