GitHub user sujith71955 opened a pull request:
https://github.com/apache/incubator-carbondata/pull/296
[CARBONDATA-382]Like Filter Query Optimization for Dictionary Columns
**Like Filter Query Optimization for Dictionary Columns**
a) Added pushdown mechanism for the Like filters like startsWith,endsWith
and contains so that the respective filters will be processed in Carbon layer
itself.
b) This mechanism can provide significant gain in the performance of Like
filter queries applied in the dictionary since block and blocklet level pruning
will be done in the carbon layer before applying the filters in dictionary
columns.
c) Since three new expressions has been added in carbon layer the carbon
will be applying the expression only once for startsWith/endsWith/contains
filter query, this will make the dictionary lookup also once for applying the
Like expression.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sujith71955/incubator-carbondata
master_filterstartswith
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/296.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 #296
----
commit 608906a25afc2bbabecfdd3c7bfa1351e83de9a0
Author: sujith71955 <[email protected]>
Date: 2016-11-04T17:36:18Z
[CARBONDATA-382]Like Filter Query Optimization for Dictionary Columns
----
---
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.
---