Re: Column or SuperColumn

2010-06-04 Thread Jonathan Ellis
if you have a relatively small, static set of subcolumns, that you read as a group, then using supercolumns is reasonable On Tue, Jun 1, 2010 at 7:33 PM, Peter Hsu wrote: > I have a pretty simple data modeling question.  I don't know whether or not > to use a CF or SCF in one instance. > > Here'

Column or SuperColumn

2010-06-01 Thread Peter Hsu
I have a pretty simple data modeling question. I don't know whether or not to use a CF or SCF in one instance. Here's my example. I have an Store entry and locations for each store. So I have something like: Using CF: Store { //CF storeId { //row key storeName:str, storeLogo:i