You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/28 03:31:28 UTC

[jira] [Commented] (HAWQ-89) format the explain analyze results

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

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

GitHub user zhangh43 opened a pull request:

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

    HAWQ-89. format the explain analyze results

    
    
    Description
    
    There are some inconsistency for usage of "," and ";", and some words need to be rephased.
    
    Dispatcher statistics:
    executors used(total/cached/new connection): (1/1/0); dispatcher time(total/connection/dispatch data): (0.109 ms/0.000 ms/0.027 ms).
    dispatch data time(max/min/avg): (0.027 ms/0.027 ms/0.027 ms); consume executor data time(max/min/avg): (0.012 ms/0.012 ms/0.012 ms); free executor time(max/min/avg): (0.000 ms/0.000 ms/0.000 ms).
    Data locality statistics:
    datalocality ratio: 0.000; virtual segments number: 1, different host number: 1, segment number per host(avg/min/max): (1/1/1); segments size(avg/min/max): (10011936.000/10011936/10011936); segments size with penalty(avg/min/max): (20023872.000/20023872/20023872); continuity(avg/min/max): (1.000/1.000/1.000).
    Total runtime: 588.479 ms


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

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

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

    https://github.com/apache/incubator-hawq/pull/50.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 #50
    
----
commit a1566537b5afa0240f30f4e82800181804fe392b
Author: hubertzhang <hz...@pivotal.io>
Date:   2015-10-28T02:28:27Z

    HAWQ-89. format the explain analyze results

----


> format the explain analyze results
> ----------------------------------
>
>                 Key: HAWQ-89
>                 URL: https://issues.apache.org/jira/browse/HAWQ-89
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Core
>            Reporter: Hubert Zhang
>            Assignee: Hubert Zhang
>
> There are some inconsistency for usage of "," and ";", and some words need to be rephased.
>  Dispatcher statistics:
>    executors used(total/cached/new connection): (1/1/0); dispatcher time(total/connection/dispatch data): (0.109 ms/0.000 ms/0.027 ms).
>    dispatch data time(max/min/avg): (0.027 ms/0.027 ms/0.027 ms); consume executor data time(max/min/avg): (0.012 ms/0.012 ms/0.012 ms); free executor time(max/min/avg): (0.000 ms/0.000 ms/0.000 ms).
>  Data locality statistics:
>    datalocality ratio: 0.000; virtual segments number: 1, different host number: 1, segment number per host(avg/min/max): (1/1/1); segments size(avg/min/max): (10011936.000/10011936/10011936); segments size with penalty(avg/min/max): (20023872.000/20023872/20023872); continuity(avg/min/max): (1.000/1.000/1.000).
>  Total runtime: 588.479 ms



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