Apache Cassandra is a highly scalable, eventually consistent, distributed, structured row/column store.
I am very new to DBeaver. From forum i got to know that driver need to update for cassandra 3+ to …
cassandra dbeaverI am currently working in a few projects with MongoDB and Apache Cassandra respectively. I am also using Solr a …
mongodb cassandra data-warehouse vertica greenplumIn the earlier beta releases of CQL, there was a command I could use to set the read / write consistency …
cassandra cql3 datastax-enterprise consistencyI know there are several threads about the NoHostAvailableException but they simply don't provide a solution to my problem. I …
cassandra datastax-java-driverWe have 10 Cassandra nodes in production running Cassandra-2.1.8. We recently upgraded to 2.1.8 version. Previously we were using only 3 nodes running …
java cassandra datastax-java-driverI have a Java client that pushes (INSERT) records in batch to Cassandra cluster. The elements in the batch all …
cassandra cassandra-3.0 cassandra-2.2I have a 2 node apache cassandra (2.0.3) cluster with rep factor of 1. I change rep factor to 2 using the following command …
cassandra cassandra-2.0 nodetoolI'm in a situation where I need to change the the composite primary key as follows: Old Primary Key: (id, …
cassandra composite-primary-key alter cql3 cqlshRecently I've started working on Grails integration with Cassandra using the Java driver for cassandra(cassandra-driver-core-2.0.2). So I was curious …
cassandra nodetoolI am trying to configure spring data with cassandra. But I am getting bellow error , when my app is deploying …
java spring cassandra spring-data datastax