Andrey:
cassandra every cell has a timestamp, select writetime (..) can see
the timestamp,
cassandra merge cells when compaction, when read, sort by timestamp.
for you example, if you left pad the writetime to column value (writetime +
cell value), then sort, shall return what you see no
Hello Cassandra users!
I'm dealing with the unexpected behavior of the tie resolution for the same
timestamp inserts. At least, unexpected for me.
The following simple repro under Cassandra 3.11.4 illustrates the question:
CREATE KEYSPACE the_test WITH replication = {'class': 'SimpleStrategy',
'r