For example, i store some urls in the table. I want to find the urls which are added today.
i would like to specify the time to the beginning of today and get the urls newer than the timestamp. But the problem now is that the api will return the urls older than the timestamp, but newer than the timestamp. What's the main thoughts to design such apis that return the older data? Maybe the answer will help me understand the project more, :) Thanks. sishen On Sat, Sep 20, 2008 at 12:00 AM, stack <[EMAIL PROTECTED]> wrote: > Dingding Ye wrote: >> >> The query apis with timestamp such as getRow, getScanner will return >> results whose timestamp <= this value. >> But, Is the newer data more important than the older ones? >> > > Depends on your application but usually yes. > >> Is there a way to get results whose timestamp >= this value? >> >> > > Not at the moment. > > Tell us more about your need Sishen. Maybe there is a workaround we can > figure. > > St.Ack >
