go-graphite / graphite-clickhouse

Graphite cluster backend with ClickHouse support
MIT License
213 stars 52 forks source link

Optimize tagged finder when tagged-use-daily=false #242

Closed lexx-bright closed 1 year ago

lexx-bright commented 1 year ago

Even if tagged-use-daily=false, we still store Date and can use it to filter out series which won't participate in the further execution anyway.

msaf1980 commented 1 year ago

Even if tagged-use-daily=false, we still store Date and can use it to filter out series which won't participate in the further execution anyway.

It;s may be problem for future optimization of tagged dictionary (every day rewrite). But at now it's work.