python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Handling Datastax Java driver CqlSession in Spring Boot
Datastax Java driver documentation says to create a single instance of CqlSession for your Spring Boot application as building a session is a costly operation.
I want to manage the CqlSession in an ef...
JulieTheCoder
Votes: 0
Answers: 1
Cassandra read performance slow on 2000 rows java datastax driver
I am using apache Cassandra with below configuration and trying to fetch 2000 rows by using DataStax Java Driver . The number of columns in table is 25 and has 1 partition key and 2 clustering key ....

Sumeet Kumar Yadav
Votes: 0
Answers: 0
NoSuchMethodError with Guava , GCP Cloud Storage & Datastax
java.lang.NoSuchMethodError: com.google.common.io.ByteStreams.exhaust(Ljava/io/InputStream;)J
Getting above error msg , when using Guava - 18.0v with Cloud Storage - 2.2.2v:
<dependency>
...

Anil kumar
Votes: 0
Answers: 2