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

2013-12-02 Thread Julien Campan
Hi, The internal timestamp is used when you try to read a row. Cassandra checks all the versions of the same row and returns the one with the most recent timestamp. If you make many writes (updates) of the same row with the same timestamp and then read it, Cassandra is not going to be able to c

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