client « cassandra « Java Database Q&A





1. What in-client caching options work well with Cassandra and Java?    stackoverflow.com

I'm currently architecting a system that must be capable of dealing with tens of thousands of writes per second. I am more-or-less settled on using Apache Cassandra for the persistence ...

2. About Java Cassandra Client, which one is better? How about CQL?    stackoverflow.com

I am trying to develop application using Hive as the Database, and then I also find noSQL solutions as an alternative to it. Now decided to develop using Cassandra, my next problem ...

3. java client build error: apache.cassandra not found    stackoverflow.com

I am trying to build a java client to talk with cassandra, when i ant release, i got error that module not found org.apache.cassandra#apacke.cassandra;0.85 I have installed cassandra 0.85 and put ...

4. How to use cql queries to get different datatypes out of cassandra with java client hector    stackoverflow.com

I'm new to cassandra and hector so i'm trying to execute cql queries but the problem is that not all columns are of type string so how dow I execute the ...