Re: Implementing Counter on Cassandra

2010-07-01 Thread Shahan Khan
Hi Utku, If I'm not mistaken, I think for this case redis would be a good use case for keeping counters. The actual data is (I believe) still being stored In Cassandra. The data could be copied out of redis back into Cassandra every night / hour / minute depending on the users need, and removed f

Re: New to cassandra

2010-06-21 Thread Shahan Khan
The wiki is a great place: http://wiki.apache.org/cassandra/FrontPage Getting Started: http://wiki.apache.org/cassandra/GettingStarted [1] Cassandra interfaces with PHP via thrift http://wiki.apache.org/cassandra/ThriftExamples [2] Shahan On Mon, 21 Jun 2010 15:16:51 +0530, Ajay Singh