Re: write time of CQL3 set items

2013-05-23 Thread Sylvain Lebresne
> Does anyone know I way I could expose the write time of set items? > You cannot currently unfortunately. The problem is really just an API one. Since currently you can only ever query a full collection, you cannot apply writeTime() to only an element, and applying it to the whole collectio

write time of CQL3 set items

2013-05-23 Thread Keith Wright
Hi all, I am using C* 1.2.4 with CQL3 and am taking advantage of the new collection support. One usage case I have is that I want a set of text and I need to know the time when each item in the set was written. If I understand CQL3 correctly, the underlying data engine utilizes composites