Re: Row Time range

2010-06-04 Thread Benjamin Black
That's entirely up to you. If you make row keys that are time ordered and include the time as a prefix in the key, you just use get_range() as usual, start now, end 7pm yesterday, count of 10. On Fri, Jun 4, 2010 at 2:23 PM, Nicholas Sun wrote: > Is there a mechanism to select a time range withi

Row Time range

2010-06-04 Thread Nicholas Sun
Is there a mechanism to select a time range within a row range query? Is this planned? For example, return to me the last 10 post starting at 7:00pm yesterday? Nick