Skip to content

Releases: go-graphite/carbon-clickhouse

v0.5

15 May 20:53

Choose a tag to compare

  • Multiple data tables support #7
  • [experimental] Optional tree table with reverse metric names. Metric "a1.b2.c3" stored as "c3.b2.a1".
  • [experimental] Optional data tables with reverse names

v0.4

13 Apr 20:50

Choose a tag to compare

  • Added pickle protocol support
  • Bug fixes

v0.3.1

02 Feb 20:32

Choose a tag to compare

  • Added USR1 signal - clean up in-memory metrics cache (it is used exclusively for reducing the number of inserts non-unique records into graphite_tree table)

v0.3.0

30 Dec 12:03

Choose a tag to compare

  • Added Deleted and Version columns to graphite_tree table

Migration:

ALTER TABLE graphite_tree ADD COLUMN Deleted UInt8;
ALTER TABLE graphite_tree ADD COLUMN Version UInt32;

v0.2.1

14 Dec 07:31

Choose a tag to compare

  • Fix non working pprof

v0.2

08 Dec 12:33

Choose a tag to compare

version 0.2

v0.1

22 Nov 19:13

Choose a tag to compare

version 0.1