Huawei-Hadoop / hindex

Secondary Index for HBase
Apache License 2.0
591 stars 286 forks source link

Support index data maintenance on separate column family as well. #5

Open chrajeshbabu opened 11 years ago

chrajeshbabu commented 11 years ago

If we maintain index data on separate family as well instead of separate table, then we can avoid all admin operations like create,enable,disable,split on index table. We can achieve this with minimal changes to our code base. Then most of the region wise operations will be taken care by kernel only.

anoopsjohn commented 11 years ago

+1 on higher level.. I was thinking abt this and was having a discussion on Ram.

ramkrish86 commented 11 years ago

+1. Pros and cons can be listed out. That would help us get an better idea.