Ok. Thanks vivek.
From: Vivek Mishra
Sent: 05 July 2011 13:00
To: user@cassandra.apache.org
Subject: RE: connection issue
I believe connection pooling is still not in place with latest CQL JDBC stuff.
From: Aayush Jain
Sent: Tuesday, July 05, 2011 9:55 AM
To: user@cassandra.apache.org
Subject
As of Cassandra 0.8, we need to declare a key_validataion_class for the column
family:
For example:
update column family User with key_validation_class=UTF8Type;
From: Sébastien Druon [mailto:sdr...@spotuse.com]
Sent: 05 July 2011 02:50
To: user@cassandra.apache.org
Subject: RowKey in hexadecim
Hi,
When I am using multithreading with Cassandra Query Language ,I have to make
connections for each thread.
A single connection object for whole of the thread pool is not working. I am
using JDBC for connectivity.
I know ,I may be missing something.
Any help/suggestions?
___