Hi, I am new to HBase, so please forgive if this question is too basic.
We are building a system that stores time series data for different terms in column qualifiers. So, we plan to store data in the form : KeyID -> "ID1:ID2" Family:Qualifier -> "family_name:qualifier_term" Values -> Traffic for that term with different timestamps We will pull this data to display a trends kind of chart on front end. Now if I want to get all the values for different timestamps for a particular column while scanning, how can I do that via a scanner in the most elegant manner ? [assuming that I know exact values for id1:id2 but not for qualifier_term.] Thanks -nikhil http://stanford.edu/~nikgupta
