GitHub user chrajeshbabu opened a pull request:

    https://github.com/apache/phoenix/pull/135

    PHOENIX-1734 Local index improvements

    Patch supports storing local indexing data in the same data table.
    1) Removed code used HBase internals in balancer, split and merge.
    2) Create index create column families suffix with L#  for data column 
families.
    3) Changes in read and write path to use column families prefixed with L# 
for local indexes.
    4) Done changes to tests.

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/135.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 #135
    
----
commit 4e663a2479adbf3e41826f40c1b2ed6bb69d7634
Author: Rajeshbabu Chintaguntla <rajeshb...@apache.org>
Date:   2015-11-25T16:33:33Z

    PHOENIX-1734 Local index improvements(Rajeshbabu)

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to