Brian Hawkins
Brian Hawkins
Yes I agree within the context of a single query it makes the most sense. The other I had thought of is if you have several tv's showing the same...
Not sure what you mean by database server is running? Is this running with the local h2 database or are you talking about Cassandra database?
I posted a comment on the forum in response to this, that should be sufficient.
I'll get the docs updated. I didn't realize it was that out of date. Where did you find that link to Getting started that is broken?
We can but it will significantly slow down how fast you can insert data into C* and it will put a much higher load on C*.
Here is the situation. Kairos is designed to receive hundreds of thousands metrics per second. The batch size defaults to 200 but for speed you can set it up to...
Hey thanks for the analysis. Definitely a low priority.
What version of Kairos are you using? I've had this problem in the past and the code currently will purge the cache when a delete operation is sent. But you...
Right here: https://github.com/kairosdb/kairosdb/blob/develop/src/main/java/org/kairosdb/datastore/cassandra/CassandraDatastore.java#L844 there is a flag that if get set (when an entire 3 week row is removed) it clears the cache at the end of the operation.
Yes and no. Eventually Kairos will need to work together as a cluster for various reasons. And when they do they should notify each other of when the cache needs...