[ 
https://issues.apache.org/jira/browse/HAWQ-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hubert Zhang updated HAWQ-278:
------------------------------
    Description: 
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.

  was:
When we run 50 concurrancy insert into values(3) in 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.


> 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