You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by kumarvishal09 <gi...@git.apache.org> on 2016/08/31 14:53:22 UTC

[GitHub] incubator-carbondata pull request #115: [CARBONDATA-197]Changed List To Queu...

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 <ku...@gmail.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-carbondata issue #115: [CARBONDATA-197]Changed List To Queue for s...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/incubator-carbondata/pull/115
  
    Build Failed, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-carbondata pull request #115: [CARBONDATA-197]Changed List To Queu...

Posted by kumarvishal09 <gi...@git.apache.org>.
Github user kumarvishal09 closed the pull request at:

    https://github.com/apache/incubator-carbondata/pull/115


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---