[ https://issues.apache.org/jira/browse/FLINK-37676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated FLINK-37676: ----------------------------------- Labels: pull-request-available (was: ) > Add a cache for TableId in Selector to improve performance > ---------------------------------------------------------- > > Key: FLINK-37676 > URL: https://issues.apache.org/jira/browse/FLINK-37676 > Project: Flink > Issue Type: Improvement > Components: Flink CDC > Affects Versions: cdc-3.4.0 > Reporter: Yanquan Lv > Assignee: tianzhu.wen > Priority: Minor > Labels: pull-request-available > > Selectors is often used in the transform module to determine whether a table > meets the matching rules. However, Selectors#isMatch is a relatively slow > method that uses regularization to match table names. > If we can add a cache to cache all matched tables, there will be better > performance optimization. -- This message was sent by Atlassian Jira (v8.20.10#820010)