Hello!
Decided to take a look at Riak TS for our monitoring system.
I went through the docs and wonder if it possible to set TTL for metrics? For
example, in KairosDB with Cassandra, I could set TTL, which would cause metric
to be marked with a “tombstone” after this time passed and deleted in
We're slowly migrating our application from Riak KV 1.4 to Riak KV
2.1.4, and at the same time riak-java-client 1.4.x to riak-java-client
2.0.6. We are doing this by adding seven new Riak KV 2.1 nodes to the
ring, and later removing the seven Riak KV 1.4 nodes from the ring.
For a few days, the clu
Hey Henning,
Almost everything is stored in bitcask, but for some
> progress-information-items, we are using the memory backend with
> automatic expiration. Thus, the multibackend is being configured
> (app.config for the old nodes, riak.conf for the new nodes). In the
> past, I have configured bu
Anatoly,
The first time series TTL feature is due in Riak TS 1.4. That release is
looking good for late August.
The 1.4 release establishes a global TTL (also known as expiry policy) for all
data. A future release will allow individual policies per Riak TS table (yeah,
I am coding on that no