GitHub user ravipesala reopened a pull request:

    https://github.com/apache/carbondata/pull/2822

    [CARBONDATA-3014]  Added support for inverted index and delete delta for 
direct scan queries

    This PR depends on PR https://github.com/apache/carbondata/pull/2820
    
    Added new classes to support inverted index and delete delta directly from 
column vector.
    `ColumnarVectorWrapperDirectWithInvertedIndex`
    `ColumnarVectorWrapperDirectWithDeleteDelta`
    `ColumnarVectorWrapperDirectWithDeleteDeltaAndInvertedIndex`
    
    Be sure to do all of the following checklist to help us incorporate 
    your contribution quickly and easily:
    
     - [ ] Any interfaces changed?
     
     - [ ] Any backward compatibility impacted?
     
     - [ ] Document update required?
    
     - [ ] Testing done
            Please provide details on 
            - Whether new unit test cases have been added or why no new tests 
are required?
            - How it is tested? Please attach test report.
            - Is it a performance related change? Please attach the performance 
test report.
            - Any additional information to help reviewers in testing this 
change.
           
     - [ ] For large changes, please consider breaking it into sub-tasks under 
an umbrella JIRA. 
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ravipesala/incubator-carbondata 
perf-inverted-index

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/carbondata/pull/2822.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 #2822
    
----
commit 42dfd6adec741e9cf98af92e8a4c3d7810a681e8
Author: ravipesala <ravi.pesala@...>
Date:   2018-10-16T05:02:18Z

    Add carbon property to configure vector based row pruning push down

commit d9ae60c8f7b0b90d6b5a113043c5ec4cd3acf726
Author: ravipesala <ravi.pesala@...>
Date:   2018-10-16T06:00:43Z

    Added support for full scan queries for vector direct fill.

commit ff36f4b55f26732b6a669fcd2edd4e958a04818a
Author: ravipesala <ravi.pesala@...>
Date:   2018-10-21T13:44:11Z

    Fix comments

commit 12878a2591795e53826f615dc54fc3d443227a41
Author: ravipesala <ravi.pesala@...>
Date:   2018-10-16T09:23:14Z

    Added support for pruning pages for vector direct fill.

commit 12bed1a2b875962a90621af6f638a41e7e3f6d4f
Author: ravipesala <ravi.pesala@...>
Date:   2018-10-21T15:27:50Z

    Fix comments

commit 1b08711b3c88539267363735884884499f5586f8
Author: ravipesala <ravi.pesala@...>
Date:   2018-10-16T11:07:18Z

    Added support for inverted index and delete delta for direct scan queries

----


---

Reply via email to