What type of enhancement is this?
Performance
What subsystems and features will be improved?
Query executor
What does the enhancement do?
TimescaleDB should automatically save min/max metadata ranges for all columns (not just ORDER BY columns) during compression, similar to how Parquet handles column statistics. This would significantly improve analytical query performance with negligible storage overhead. Min/max metadata storage is minimal, but the performance benefits from batch/chunk skipping are substantial—this is a fundamental feature in modern columnar analytics engines.
Implementation challenges
No response