You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hawq.apache.org by zhangh43 <gi...@git.apache.org> on 2015/12/24 09:12:04 UTC

[GitHub] incubator-hawq pull request: HAWQ-278. Add min_cost for each query...

GitHub user zhangh43 opened a pull request:

    https://github.com/apache/incubator-hawq/pull/213

    HAWQ-278. Add min_cost for each query.

    When we run 50 concurrancy insert into values(3) on 16 hosts.
    They will run on only one host, not balanced.
    This is caused by we pass cost zero to RM for "insert into values" like query.
    We need to assign a min_cost for each query. 
    One block size(128M) is by default

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

    $ git pull https://github.com/zhangh43/incubator-hawq hawq278

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

    https://github.com/apache/incubator-hawq/pull/213.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 #213
    
----
commit 2f840988a1e22b86341ad5a13ba49ef0de12dc13
Author: hubertzhang <hz...@pivotal.io>
Date:   2015-12-24T08:04:43Z

    HAWQ-278. Add min_cost for each query.

----


---
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-hawq pull request: HAWQ-278. Add min_cost for each query...

Posted by jiny2 <gi...@git.apache.org>.
Github user jiny2 commented on the pull request:

    https://github.com/apache/incubator-hawq/pull/213#issuecomment-167073285
  
    +1 The code change is ok to me.


---
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-hawq pull request: HAWQ-278. Add min_cost for each query...

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

    https://github.com/apache/incubator-hawq/pull/213


---
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-hawq pull request: HAWQ-278. Add min_cost for each query...

Posted by ztao1987 <gi...@git.apache.org>.
Github user ztao1987 commented on the pull request:

    https://github.com/apache/incubator-hawq/pull/213#issuecomment-167237749
  
    +1 looks good


---
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.
---