You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zoltan Haindrich (JIRA)" <ji...@apache.org> on 2017/11/14 15:41:00 UTC

[jira] [Created] (HIVE-18062) Revise basic stat states for estimations

Zoltan Haindrich created HIVE-18062:
---------------------------------------

             Summary: Revise basic stat states for estimations
                 Key: HIVE-18062
                 URL: https://issues.apache.org/jira/browse/HIVE-18062
             Project: Hive
          Issue Type: Sub-task
          Components: Statistics
            Reporter: Zoltan Haindrich


basic stat states might be misleading; because currently estimations also get the *COMPLETE* qualifier in most cases..

proposed definitions for the states:

* {{NONE}}
   ** on table: no information (afaik currently this can't happen)
   ** estimation tree: all nodes in the estimation tree were NONE
* {{PARTIAL}}:
   ** on table: the current information is estimated from data size
   ** estimation tree: contains at least one NONE/PARTIAL; and at least 1 PARTIAL
* {{COMPLETE}}:
  ** current information is correct (calculated by statstask-s)
   ** estimation tree: the whole subtree has COMPLETE status

document/change states to comply with the above definitions.

followup of HIVE-17934; 




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)