On Fri, Jul 4, 2014 at 4:14 AM, PRANEESH KUMAR
wrote:
>
> We are running Cassandra 1.2.16 to store data using CQl with the following
> structure.
> ...
> Is this an known issue?
>
Not to me, at least!
If you are able to consistently reproduce the issue, you should :
1) search http://issues.apa
Hi,
We are running Cassandra 1.2.16 to store data using CQl with the following
structure.
CREATE TABLE sample1 ( row_id text, timeuid timeuuid, value blob, PRIMARY
KEY (row_id, timeuid))
CREATE TABLE sample2 ( row_id text, timeuid timeuuid, value blob, PRIMARY
KEY (row_id, timeuid))
The server g