timescale / doctor

Rule-based recommendations about your timeseries database.
Apache License 2.0
4 stars 3 forks source link

feat: add rule to report on bad chunk permissions #4

Closed mkindahl closed 1 year ago

mkindahl commented 1 year ago

If the parent hypertable and its chunks have different permissions, it usually creates problems for some queries. This rule finds all chunks that have mismatching permissions compared to the hypertable.

Fixed #3