There is a much easier way to do that (and I suppose the Java driver
does it this way):
page 1:
SELECT * FROM foo WHERE partitionkey = 1 limit 2;
partitionkey | ck1 | ck2 | col1 | col2
--+-+-+--+--
1 | 1 | 3 |3 |3
1 | 1 | 2
Hi,
I was wondering if there are any possible problems we may face if we use
completely fabricated values as TIMESTAMP when doing INSERTs and
UPDATEs. Because I can imagine a couple of examples where exploiting
column timestamps could simplify things.
Because Cassandra is LWW (last write win