[
https://issues.apache.org/jira/browse/PHOENIX-933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14060189#comment-14060189
]
ASF GitHub Bot commented on PHOENIX-933:
----------------------------------------
GitHub user chrajeshbabu opened a pull request:
https://github.com/apache/phoenix/pull/3
PHOENIX-933 Local index support to Phoenix
Updated pull request after resolving conflicts and handling James review
comments.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chrajeshbabu/phoenix master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/3.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3
----
commit 014ec218b151ef960347b875b373828ad8fe8681
Author: James Taylor <[email protected]>
Date: 2014-04-17T01:28:18Z
Add local index to grammar and metadata
commit 1855a8d1c6b2064d81f5fffc27c18342599cf7b0
Author: James Taylor <[email protected]>
Date: 2014-04-18T23:31:29Z
PHOENIX-936 Custom load balancer to colocate user table regions and index
table regions (Rajeshbabu)
commit 1bc8b57801e299635ac601aea5dc7ba8d4915a2f
Author: James Taylor <[email protected]>
Date: 2014-04-26T04:36:03Z
PHOENIX-935 create local index table with the same split keys of user table
(Rajeshbabu)
commit b02df4f054f78a866f25d9beb4e7fc2242df2a1f
Author: James Taylor <[email protected]>
Date: 2014-04-28T05:26:27Z
PHOENIX-935 create local index table with the same split keys of user table
(Rajeshbabu)
commit 8f3f8100210538d0c162cbbc5e02efc63db52d31
Author: James Taylor <[email protected]>
Date: 2014-04-28T16:31:31Z
PHOENIX-955 Skip region start key at beginning of local index rows
(JamesTaylor)
commit 8e35bc99068da33db4e2019d9bc65d8d78bee4d2
Author: James Taylor <[email protected]>
Date: 2014-05-08T06:23:37Z
PHOENIX-937 Handle puts on local index table (Rajeshbabu)
commit cf78def0579f51a5342bcfbff802902478052d25
Author: James Taylor <[email protected]>
Date: 2014-05-23T03:48:01Z
PHOENIX-994 Handle scans on local index table in case any best fit covering
local index available (Rajeshbabu)
commit 835bcf675db9435da1335bbfb6d55d6d7edd86b3
Author: James Taylor <[email protected]>
Date: 2014-05-27T19:51:56Z
PHOENIX-1004 'drop index' should delete index data from local index table
(Rajeshbabu)
commit 2edd2b6a19deef0847086da2c7b30250ed2907c7
Author: James Taylor <[email protected]>
Date: 2014-06-09T18:11:35Z
PHOENIX-1038 Dynamically add INDEX_TYPE column to SYSTEM.CATALOG if not
already there
commit 0408b333780f4ce428e5d9b018e5cd13934d0f84
Author: Ramkrishna <[email protected]>
Date: 2014-07-04T10:19:41Z
PHOENIX-1015 Support joining back to data table row from local index when
query condition involves leading columns in local index (Rajeshbabu)
commit 3df832e73e138320a30e5c5d0c80680b79de6358
Author: Rajeshbabu Chintaguntla <[email protected]>
Date: 2014-07-12T17:14:44Z
PHOENIX-1015 Support joining back to data table row from local index when
query condition involves leading columns in local index
commit 84097757a3173adc2a3b464901b79f35bc9d07cb
Author: Rajeshbabu Chintaguntla <[email protected]>
Date: 2014-07-13T17:26:13Z
PHOENIX-1015 Support joining back to data table row from local index when
query condition involves leading columns in local index
----
> Local index support to Phoenix
> ------------------------------
>
> Key: PHOENIX-933
> URL: https://issues.apache.org/jira/browse/PHOENIX-933
> Project: Phoenix
> Issue Type: New Feature
> Reporter: rajeshbabu
>
> Hindex(https://github.com/Huawei-Hadoop/hindex) provides local indexing
> support to HBase. It stores region level index in a separate table, and
> co-locates the user and index table regions with a custom load balancer.
> See http://goo.gl/phkhwC and http://goo.gl/EswlxC for more information.
> This JIRA addresses the local indexing solution integration to phoenix.
--
This message was sent by Atlassian JIRA
(v6.2#6252)