GitHub user kumarvishal09 opened a pull request:
https://github.com/apache/carbondata/pull/1381 [CARBONDATA-1449]Fixed date and timestamp filter gc issue in case of direct dictionary
**Problem:** When date or timestamp filter is going to row level there is lots of gc this is because for each row it is creating new direct dictionary object for data type;
**Solution:** create one object and use the same.
Improvement tested with 2million rows:
~19 seconds to ~9 seconds
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/kumarvishal09/incubator-carbondata DateAndTimeStampFilterGCIssueInCaseOfDirectDictionary
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1381.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1381
----
commit f6baa02ee6d7af550fa0592a0f1e03b201a41d68
Author: kumarvishal <
[hidden email]>
Date: 2017-09-25T11:36:21Z
Fixed date filter gc issue in case of direct dictionary
----
---