go-graphite / carbon-clickhouse

Graphite metrics receiver with ClickHouse as storage
MIT License
186 stars 47 forks source link

Add feature to disable daily index #78

Closed Felixoid closed 3 years ago

Felixoid commented 3 years ago

With our data daily index is useless, so I have to clean it from time to time. It's a replicated table, so I have 0.5 x 20 GiB monthly.

This PR provides a way to disable the daily index completely on the carbon side.