Unsubscribe

2019-05-21 Thread srinivas rao

Re: Better option to load data to cassandra

2014-11-11 Thread srinivas rao
wrote: > What have you tried? > > -- Original Message -- > From: "srinivas rao" > To: "Cassandra Users" > Sent: 11.11.2014 22:51:54 > Subject: Better option to load data to cassandra > > > Hi Team, > > Please suggest me the better opt

Better option to load data to cassandra

2014-11-11 Thread srinivas rao
Hi Team, Please suggest me the better options to load data from NoSql to Cassndra. Thanks Srini

How to get different columns for different rows in one query from Cassandra?

2014-07-09 Thread srinivas rao
Hi, Is there any way to get values for column "column1" for key "rowkey1" and column "column2" for key "rowkey2" and column "columns2" and "column3" for key "rowkey3" etc' from Cassandra in one single query? Thanks Srini

help on querying cassandra

2014-07-08 Thread srinivas rao
Hi All, When i query the cassandra, it creates a cartesion produt on my input request (row keys * column keys). Is there any way to query cassandra with map kind of input as below. current scenarios 5 row keys, 5 column keys as below = result data with 25 (if data is available). example rowkey

Re: Updates is not happening when using the same time stamp.

2013-12-02 Thread srinivas rao
> > Hi Team, > > i am facing an issue, with updating the data with same time stamp. > > The column values with string type which multiple fields are delimited > with "|", example (1|2|3|4|5|6|). > if i chage one of the field, some times its updating properly with same > time stamp (column internal

Updates is not happening when using the same time stamp.

2013-12-02 Thread srinivas rao
Hi Team, i am facing an issue, with updating the data with same time stamp. The column values with string type which multiple fields are delimited with "|", example (1|2|3|4|5|6|). if i chage one of the field, some times its updating properly with same time stamp (column internal clock). however