Hongrong Cao created KYLIN-5722: ----------------------------------- Summary: Optimize KylinConfExt Key: KYLIN-5722 URL: https://issues.apache.org/jira/browse/KYLIN-5722 Project: Kylin Issue Type: Improvement Affects Versions: 5.0-beta Reporter: Hongrong Cao Assignee: Hongrong Cao Fix For: 5.0.0
KylinConfigExt every time create a new instance to get the configuration, you will get it through the org.apache.kylin.common.KylinConfigExt#getSubstitutor method, which will new a HashMap every time and then do the element copy action, the method is time consuming and needs to be optimized. This method is time-consuming and needs to be optimized. -- This message was sent by Atlassian Jira (v8.20.10#820010)