kallaspriit / Cassandra-PHP-Client-Library

Cassandra PHP-based client library for managing and querying your Cassandra cluster
http://cassandra-php-client-library.com
103 stars 25 forks source link

Batch updating of counters #27

Open drewbroadley opened 11 years ago

drewbroadley commented 11 years ago

Hi there,

I'm currently doing a SLOW iteration (it takes 2 seconds+) per update, and I need this to manage real-time counters.

How can I do batch updates of counters with this library ?