[
https://issues.apache.org/jira/browse/FLINK-37855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-37855:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> Priority: Major
> Labels: pull-request-available
>
> 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)