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
