Hi All, I tried both insert and select query (using QueryBuilder) in Regular statement and PreparedStatement in a multithreaded code to do the query say 10k to 50k times. But I don't see any visible improvement using the PreparedStatement. What could be the reason?
Note : I am using the same Session object in multiple threads. Cassandra version : 2.0.11 Driver version : 2.1.4 Thanks Ajay