A handy Apache Cassandra token calculator for online initial token calculation with RandomPartitioner and Murmur3Partitioner
A handy Apache Cassandra token calculator for online initial token calculation with RandomPartitioner and Murmur3Partitioner
A step-by-step guide to install Apache Cassandra and DataStax OpsCenter on Ubuntu 12.04 LTS machines in the Windows Azure cloud environment.
In the last couple of years, NoSQL stores and Apache Cassandra have picked up pace. But what is Apache Cassandra and how can it help your business? A high level overview.
Read more
In Apache Cassandra, your data is distributed across several nodes. The partitioner is responsible to calculate the correct partition with regards to your row key so Cassandra knows where to place the copies of your data. You can choose among several strategies. New users might be tempted to use the ByteOrderedPartitioner as this allows for a ranged row query. But everybody on the Internet says that this is pretty bad. Find out why.
Read more