Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HiveQL currently supports analyze command to compute statistics on tables and partitions. HiveQL’s analyze command will be extended to trigger statistics computation on a column in a Hive table. The necessary changes to HiveQL are as below,

Wiki Markup
analyze table t \[partition p\] \[column c\] compute statistics;

Proposed Metastore Schema

...