I have an application that writes several billion records into Cassandra and removes duplicates by key. Then it groups them by other fields, such as title, in successive phases so that further process
I m trying setup a cassandra cluster as a test bed but gave the JMX remote connection error. I seem to found the answer for my error from cassandra FAQ page
I need to be able to perform search on secondary indexes using only <, >, <=, or >=. I understand that Cassandra requires at least one equality index clause because it iterates over all the resu
I am attemping to install OpsCenter for Cassandra, and using the the standard REHL image.I can\'t figure out how to get this to work.Another version of EPEL perhaps?
I\'ve got a rather tricky one, bear with me as I try not to stumble over my words here. I\'m doing some research, and my group is transitioning to a cassandra database. Our research used MySQL before,
I created a column family Users using following command: create column family Users with comparator=TimeUUIDType and default_validation_class=UTF8Type;
I have a problem in getting some data out from Cassandra using c# and FluentCassandra. In my Cassandra keyspace i have the following super column family definition:
I have installed Cassandra and gotten it working on two machines. I have followed the instructions to hook them up to each other by configuring the storage-conf.xml files.
I installed cassandra cluster in ec2 its working correctly. but when i try to connect the cassandra from code using php_cassa lib. its throwing error like \"no server available\"
I\'m new to Cassandra. I installed Cassandra on my ec2 machine, but how can I configure Cassandra in cluster mode.