Counter Column in Cassandra

2011-06-13 Thread Sijie YANG
Hi, All

I am newbie to cassandra. I have a simple question but don't find any clear
answer by searching google:
What's the meaning of counter column in Cassandra?

Best


Re: Counter Column in Cassandra

2011-06-13 Thread Patricio Echagüe
It's a column whose content represents a distributed counter.

http://wiki.apache.org/cassandra/Counters

On Mon, Jun 13, 2011 at 8:29 AM, Sijie YANG iyan...@gmail.com wrote:

 Hi, All

 I am newbie to cassandra. I have a simple question but don't find any clear
 answer by searching google:
 What's the meaning of counter column in Cassandra?

 Best





Re: Counter Column family Cassandra 0.8 PHP Support ?

2011-05-17 Thread aaron morton
I'm not a php type person, but I can help a little with thrift.

Install thrift 0.6 and then run this in the interface/ directory of the 
cassandra source...

thrift --gen php cassandra.thrift

You should end up with the interface/gen-php/ 

Hope that helps.


-
Aaron Morton
Freelance Cassandra Developer
@aaronmorton
http://www.thelastpickle.com

On 17 May 2011, at 11:26, bhanu choudhary wrote:

 
 I am using counters to read the counts on my website dynamically. I am 
 looking for phpcassandra client(?) that supports counters natively. I was 
 looking if any PHP developer could give me a lead in generating the PHP 
 client code required using thrift.
 
 Thanks in advance!