I am not sure this is a good design in Cassandra.
What if I just want to get all the data points for AAPL? Since AAPL is not a
key, how does Cassandra get the data if I don't provide the years?


On Thu, Apr 29, 2010 at 1:09 AM, Schubert Zhang <zson...@gmail.com> wrote:

> key : stock ID,  e.g. AAPL+year
> column family: closting price and valume, tow CFs.
> colum name: timestamp LongType
>
> AAPL+2010-> CF:closingPrice -> {'04-13' : 242, '04-14': 245}
> AAPL+2010-> CF:volume -> {'04-13' : 242, '04-14': 245}
>
>
>

Reply via email to