I am evaluating cassandra. I am using the datastax driver and CQL.
I would like to store some data with the following internal structure, where the names are differ
Some things you can try... In your cassandra.yaml
(this is Cassandra 1.2.x, maybe the params are called somewhat differently in 2.x):
row_cache_size_in_mb: 0
)min_memory_compaction_limit_in_mb
), only do this if you see some log output that sais that spilling does happennum_tokens
/ initial_token
values are configured properly so rows get distributed across your nodesOther things you can try:
Things to clarify:
nodetool
that the 3 nodes have found each
other?nodetool
say about the load distribution of your 3 nodes?