Re: PHPCassa get number of rows

2011-07-20 Thread Aaron Morton
Cassandra does not provide a way to count the number of rows, the best you can do is a series of range calls and count them on the client side http://thobbs.github.com/phpcassa/tutorial.html If this is something you need in your app consider creating a custom secondary index to store the row

PHPCassa get number of rows

2011-07-19 Thread Jean-Nicolas Boulay Desjardins
Hi, How can I get the number of rows with PHPCassa? Thanks in advance.