Cassandra pagination has been the subject of several blogs elsewhere as well. In particular this excellent blog by Michael Kopp details how this can be generally handled using Cassandra API. We also had a our own use case where we needed paginated access. However for our use case scheme outlined by Micheal presents several shortcomings. 1. [...]
Posts Tagged ‘Cassandra’
Pagination and Querying in Cassandra
Posted in Concepts, Projects, tagged Apache Cassandra, Cassandra on December 11, 2011 | Leave a Comment »
Hector : Under the Hood
Posted in miscellaneous, Tips, tagged Apache Cassandra, Cassandra, Hector on November 6, 2011 | 2 Comments »
One of the past several days I decided to have a look how Hector, the Cassandra access library works under the hood. This was partially motivated by of the confusing the notions I had about some of API classes, specially Cluster. My initial impression was Cluster API class represents a Cassandra cluster but looking at [...]
Some Cassandra gotchas
Posted in Tips, tagged Cassandra, cassandra-cli, Tips on August 29, 2011 | Leave a Comment »
Here are some points to keep in mind when working with Cassandra. Have to use ordered partitioner if you want row keys in sorted order. Be aware that if the row keys are not distributed properly it would create hot spots since most of rows will be concentrated to several nodes. Columns are sorted using [...]

