thanks Nate On Fri, Jun 10, 2011 at 3:54 PM, Nate McCall <n...@datastax.com> wrote:
> These are filtered out server side (see > o.a.c.db.filter.QueryFilter#isRelevant and o.a.c.db.ExpiringColumn for > specifics). > > On Fri, Jun 10, 2011 at 5:08 PM, Yang <teddyyyy...@gmail.com> wrote: > > if I have a really short ttl, and the column expired before flush > happens. > > then if I query on this column, would Cassandra > > recognize that it has lived past its ttl? or do I need to filter that out > in > > application logic? > > Thanks > > Yang >