Memtable HIT ratio ?

2013-11-29 Thread Girish Kumar
Hi,

Are there any stats/tools to know how much memtable hits v/s SSTable hits ?

/Girish BK


Key Cache Requests ~ Requests missed from memtable ?

2013-11-29 Thread Girish Kumar
Hi,

If I have total requests for "Key Cache Requests", does ( Total requests -
Key Cache Requests ) indicate requests answered by MemTable alone ?

/Girish BK


Finished new Erlang Client

2013-11-29 Thread Mathieu Blais-D'Amours
Hello everyone,

I just wanted to let everyone know the Erlang client for Cassandra I
was building recently is now ready. It supports v2 of the binary
protocol, pluggable authentication, SSL, reusable queries, connection
pooling, parallel requests and much more. It also released under MIT
license.

https://github.com/matehat/cqerl

PS Thanks for the answers you gave to all the questions I've had!

Mathieu D'Amours