Take a look at this link http://phoenix.apache.org/secondary_indexing.html, particularly the last section under ‘Resources’.
Some basic idea of the Phoenix indexing is based on this https://github.com/Huawei-Hadoop/hindex/blob/master/README.md#how-it-works Though the final implementation and the way Phoenix uses the index and the way the actual data is retrieved is different from the Huawei’s impl. But it would give an overall idea. Regards Ram From: Dhaval Rami [mailto:[email protected]] Sent: Friday, January 30, 2015 8:15 PM To: [email protected] Subject: Local index working Hi All, Can any one point me to a link that explains working of local index. What I am trying to understand is, how local index is managed at HBase level. Thanks, Dhaval
