Huawei-Hadoop / hindex

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

hindex compare to phoenix secondary index #32

Closed hnucsbjd closed 10 years ago

hnucsbjd commented 10 years ago

hindex compare to phoenix secondary index(https://github.com/forcedotcom/phoenix ),there are some advantages and defects? combine phoenix's sql and hindex's secondary index is a good scheme?

anoopsjohn commented 10 years ago

Latest release of Phoenix comes with secondary index feature in it.

combine phoenix's sql and hindex's secondary index is a good scheme? +1

hnucsbjd commented 10 years ago

Phoenix indexes are global indexes, while Huawei indexes are local. Both are good in different use cases.

anoopsjohn commented 10 years ago

Yes Phoenix having global indexes only as of now. It will be good to add local indexing facility also into Phoenix so that as per use case one can select either of these. Integration of HIndex with Phoenix will be a good choice. Any help in this regard is most welcome. :)

anoopsjohn commented 10 years ago

Rajesh is doing the integration of HIndex into Phoenix. Closing this issue.