Hi, Which would be a better approach. 1. Having every entry into HBase use a unique Row Key
2. Having similar entries into HBase use the same Row Key and then use versions to extract the data. I have noticed that option 2 is much slower for putting data into HBase by a factor of 2.5 but would extracting the information be faster? Thanks -Pete
