GitHub user kumarvishal09 opened a pull request:
https://github.com/apache/incubator-carbondata/pull/115
[CARBONDATA-197]Changed List To Queue for storing block execution infos
Problem: we are maintaining block execution infos for each block in a list
and in detail query executor we are removing it for execution. If number of
infos in list is more than removal will be time taking operation as we are
removing from to top index and it will sink every time.
Solution:Queue will be proper data structure for this scenario
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kumarvishal09/incubator-carbondata ChangeDS
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/115.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 #115
----
commit e11d94e76f0e623bd949790cb978ca6e585f4914
Author: kumarvishal <[email protected]>
Date: 2016-08-31T14:36:07Z
Fixed performance issue
----
---
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.
---