Why don’t you start off with a “single & small” Cassandra server as you usually do it with MySQL?

TL;DR; You can even start with a single node, but you loose the highly available factor of c*. Cassandra is built for systems that handle huge volumes of data, terabytes and in some cases petabytes. Many users typically switch from MySQL (and lots of other RDBMS) to Cassandra once they find that their current DB … Read more

Cassandra server throws java.lang.AssertionError: DecoratedKey(…) != DecoratedKey

This is either https://issues.apache.org/jira/browse/CASSANDRA-4687 or https://issues.apache.org/jira/browse/CASSANDRA-5202 You can run the command “nodetool invalidatekeycache” on all of the server showing the error. If it keeps coming back you may want to disable key cache. If it is 5202 it should only happen after dropping and recreating a column family using the same name.