Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-9689

Store histograms and distinct value estimator's bit vectors in metastore

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      Hive currently uses PCSA (Probabilistic Counting and Stochastic Averaging) algorithm to determine distinct cardinality. The NDV value determined from the UDF is stored in the metastore instead of the actual bit vectors. This makes it impossible to estimate the overall NDV across all the partitions (or selected partitions). We should ideally store the bitvectors in the metastore and do server side merging of the bitvectors. Also we could replace the current PCSA algorithm in favour of HyperLogLog if space is a constraint.

      Also Hive has a UDF for computing histogram. We can persist the histogram in the metastore so that hive optimizer can make better decisions. Also having histograms in metastore can help with order by, skew join and count distinct + group by optimizations.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              prasanth_j Prasanth Jayachandran
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated: