> RowKey=time (or sequence id) > Usually this is non-optimal. > > If your keys are in order, inserts only go to one region and you do not get > the throughput from multiple regions. Since rowkeys always have an implicit > timestamp your rowkey should probably be something else. >
So I got multiple variable that i want to keep the value they had over time. I get the row key to be the variable name. My limit is the maximum number of versions a column/rowkey can have(or is it a bug when you create a family in the shell). ~1536000000 I will think of the optimal way to do it. If someone can help me -- Pierre-Alexandre St-Jean
