Details
-
New Feature
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Hive will collect table stats when set hive.stats.autogather=true during the INSERT OVERWRITE command. And then the users need to collect the column stats themselves using "Analyze" command. In this patch, the column stats will also be collected automatically. More specifically, INSERT OVERWRITE will automatically create new column stats. INSERT INTO will automatically merge new column stats with existing ones.
Attachments
Attachments
Issue Links
- is blocked by
-
HIVE-11224 AggregateStatsCache triggers java.util.ConcurrentModificationException under some conditions
- Closed
-
HIVE-13210 Revert changes in HIVE-12994 related to metastore
- Closed
-
HIVE-13260 ReduceSinkDeDuplication throws exception when pRS key is empty
- Closed
-
HIVE-13261 Can not compute column stats for partition when schema evolves
- Closed
- is related to
-
HIVE-12656 Turn hive.compute.query.using.stats on by default
- Resolved
- relates to
-
HIVE-17406 UDAF throws IllegalArgumentException for a complex input when column stats is not provided
- Resolved
-
HIVE-12763 Use bit vector to track NDV
- Closed
- links to