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
Hi Team,
Please suggest me the better options to load data from NoSql to Cassndra.
Thanks
Srini
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
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
>
> 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
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