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
>
> 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