Re: PHPCassa get number of rows
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 ke
PHPCassa get number of rows
Hi, How can I get the number of rows with PHPCassa? Thanks in advance.