GitHub user ravipesala opened a pull request:
https://github.com/apache/carbondata/pull/958
[WIP] Added interfaces for index frame work.
All Block index and blocklet indexes will be moved this interface. And also
the future secondary index also can be used the same interfaces.
Interfaces for Index storage and retrieval implementations.
1.IndexStore class which maintains all index tables existed in
carbondata.So it can be worked as independent service as well.
2.IndexTable interface has facility to add and retrieve index data.
3.Here all the data added to above interface will be stored in unsafe
offheap/onheap memory.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ravipesala/incubator-carbondata
index-interface
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/958.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 #958
----
commit 04253e5740edd7cfc051b0c1355232b6f2f43514
Author: ravipesala <[email protected]>
Date: 2017-05-26T16:19:25Z
Added interfaces for index.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---