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 [...]
Posts Tagged ‘cassandra-cli’
Some Cassandra gotchas
Posted in Tips, tagged Cassandra, cassandra-cli, Tips on August 29, 2011 | Leave a Comment »

