Yu-Wen Lai created HIVE-23901: --------------------------------- Summary: Overhead of Logger in ColumnStatsMerger damage the performance Key: HIVE-23901 URL: https://issues.apache.org/jira/browse/HIVE-23901 Project: Hive Issue Type: Improvement Components: Standalone Metastore, Statistics Reporter: Yu-Wen Lai Assignee: Yu-Wen Lai
When aggregating the column stats for a big partitioned table, we observed a large proportion of time spent in getLogger(). If we declare it as static, the execution time of aggregate can be greatly improved. -- This message was sent by Atlassian Jira (v8.3.4#803005)