Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-11160 Auto-gather column stats
  3. HIVE-18062

Revise basic stat states for estimations

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Statistics
    • None

    Description

      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;

      Attachments

        Activity

          People

            Unassigned Unassigned
            kgyrtkirk Zoltan Haindrich
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: