[ 
https://issues.apache.org/jira/browse/HAWQ-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15070739#comment-15070739
 ] 

ASF GitHub Bot commented on HAWQ-278:
-------------------------------------

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 <[email protected]>
Date:   2015-12-24T08:04:43Z

    HAWQ-278. Add min_cost for each query.

----


> Add min_cost for each query.
> ----------------------------
>
>                 Key: HAWQ-278
>                 URL: https://issues.apache.org/jira/browse/HAWQ-278
>             Project: Apache HAWQ
>          Issue Type: Bug
>            Reporter: Hubert Zhang
>            Assignee: Hubert Zhang
>
> When we run 50 concurrancy insert into values(3) on 16 hosts.
> they will run on the 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to