Cassandra 2.0 is a NoSQL database sponsored by Apache.
How to set Cassandra (>2.0) JVM heap size of 8GB? When I type in free -m it gives me the …
java cassandra jvm cassandra-2.0How can atomic batches guarantee that either all statements in a single batch will be executed or none?
cassandra cassandra-2.0I was wondering if someone has tried to build a cassandra docker image with default keyspace, I've tried to do …
docker cassandra-2.0 dockerhubI have a cassandra cluster with ~20 nodes in multiple datacenters. I want to back up the cassandra database. I want …
cassandra cassandra-2.0I was trying to set up the user authentication for cassandra when I had the following problem. First I have …
cassandra cql cassandra-2.0 cqlshI have heard repeatedly that secondary indexes (in cassandra) is only for convenience but not for better performance. The only …
cql3 cassandra-2.0 secondary-indexesDatastax Java driver (cassandra-driver-core 2.0.2) for Cassandra supports PreparedStatements as well as QueryBuilder API. Any specific advantages using one over the …
java cassandra prepared-statement cassandra-2.0 datastax-java-driverI am reading this post on read operations and consistency level in Cassandra. According to this post: For example, in …
cassandra-2.0 eventual-consistencyI am new to Cassandra and I want to install it. So far I've read a small article on it. …
cassandra cassandra-2.0I am trying cassandra node driver and stuck in problem while inserting a record, it looks like cassandra driver is …
node.js cassandra cassandra-2.0