Dear Apache Cassandra community,
we plan to run a large case performance study for Apache Cassandra and
MongoDB where the focus is not to compare both systems directly but to
answer the question: /how much performance can you get out each DBMS
with an optimal configuration compared to the vani
You should be able to set the key_validation_class on the column family to
use a different data type for the row keys. You may not be able to change
this for a CF with existing data without some troubles due to a mismatch of
data types; if that's a concern you'll have to create a separate CF and
m
Hi All,
I am trying to compare Cassandra to another relational database. I am getting
around 2-3msec response time using Datastax driver, Java 1.7.0_05 64-bit jre
and the other database is under 500 microseconds for the jdbc SQL
preparedStatement execute.. One of the major differences is Cassan