Hi Ted, This is my use case. I have to store values like this is it possible?
RowKey | Values 1212 | 10,11,12 1212 | 13, 14, 15 1212 | 16,27,28 Thanks On Mon, Nov 30, 2015 at 10:40 PM, Ted Yu <[email protected]> wrote: > Have you read http://hbase.apache.org/book.html#rowkey.design ? > > bq. we can store more than one row for a row-key value. > > Can you clarify your intention / use case ? If row key is the same, key > values would be in the same row. > > On Mon, Nov 30, 2015 at 8:30 AM, Rajeshkumar J < > [email protected]> > wrote: > > > Hi, > > > > I am new to Apache Hbase and I know that in a table when we try to > insert > > row key value which is already present either new value is discarded or > > updated. Also I came across row version through which we can store > > different versions of row key based on timestamp. Any one correct me if I > > am wrong? Also I need to know is there any way we can store more than one > > row for a row-key value. > > > > Thanks > > >
