Re: Pagination support on Java Driver Query API

2015-02-12 Thread Ondřej Nešpor
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

Using fabricated values as timestamps in inserts and updates

2014-06-18 Thread Ondřej Nešpor
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