Rajesh Balamohan created HIVE-25366: ---------------------------------------
Summary: Reduce number of Table calls in updatePartitonColStatsInternal Key: HIVE-25366 URL: https://issues.apache.org/jira/browse/HIVE-25366 Project: Hive Issue Type: Improvement Reporter: Rajesh Balamohan For every partition, table details are reloaded again which is completely wasteful. It will be good to pass the Table details fetched once for all partitions. [https://github.com/apache/hive/blob/master/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/RawStore.java#L1091] [https://github.com/apache/hive/blob/master/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java#L9342] -- This message was sent by Atlassian Jira (v8.3.4#803005)