Corentin Chary
Corentin Chary
> * Target small to medium installations (big installs can be covered by Metrictank, Biggraphite, and Clickhouse). I think it would be nice to have something that works easilly for...
My highly biased opinion would be to deprecate Ceres in favor of BigGraphite.
If we don't have any maintainer for Ceres, maybe we should mark it clearly as un-maintained in the README / description ? That would make things less confusing
Agreed with @johnarnold, having this merged would be great.
why is that ? @jehiah tagged the associated issue (#335) as enhancement, so I don't think authors would be against this.
Current compression is `{'chunk_length_in_kb': '64', 'class': 'org.apache.cassandra.io.compress.LZ4Compressor'}` ``` Keyspace : biggraphite Read Count: 879862 Read Latency: 0.1316408550431772 ms. Write Count: 667165100 Write Latency: 0.014124243819108644 ms. Pending Flushes: 0 Table: datapoints_11520p_60s...
I believe most of this has been fixed since C* 3.0 (see http://www.datastax.com/2015/12/storage-engine-30 for details). I would have to check exactly how many bytes per point we currently use, but...
Does this mean that you interplate results if there is nothing in the database ? How do you deal with a client that would like to see the last 2-3...
Ok, that's slightly easier in this case. Thanks for the details !