Yanquan Lv created FLINK-37855: ---------------------------------- Summary: Reduce the time cost in MySqlSchemaUtils#listTables Key: FLINK-37855 URL: https://issues.apache.org/jira/browse/FLINK-37855 Project: Flink Issue Type: Improvement Components: Flink CDC Affects Versions: cdc-3.4.0 Reporter: Yanquan Lv
MySqlSchemaUtils#listTables is called to get the table names of all tables that need to be processed, However, in scenarios involving many databases and tables, this method call will require querying the database many times, resulting in a long processing time. We need to find ways to optimize this processing time. -- This message was sent by Atlassian Jira (v8.20.10#820010)