with the quote CF below how would one query for all keys that have a column name value that have a timeuuid of later than x minutes? i need to be able to find all symbols that have not been fetch in x minutes by sector. i know i get list of symbol by sector from my sector CF.

thanks,
deno

On 11/30/2011 1:07 PM, David McNelis wrote:

Then I would have a column family for quotes where I have the key as the symbol, the column name as the timestamp, the value as the quote:

quote : {
    key: symbol
    column names:  timeuuid
    column values:  quote at that time for that symbol
}



Reply via email to