[ https://issues.apache.org/jira/browse/FLINK-37114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Leonard Xu updated FLINK-37114: ------------------------------- Fix Version/s: cdc-3.3.0 > Flink CDC Postgres Connector subsribe regular expression will be slow > --------------------------------------------------------------------- > > Key: FLINK-37114 > URL: https://issues.apache.org/jira/browse/FLINK-37114 > Project: Flink > Issue Type: Bug > Components: Flink CDC > Reporter: hql0312 > Assignee: hql0312 > Priority: Major > Fix For: cdc-3.3.0 > > > PostgresSourceBuilder postgresSourceBuilder = > PostgresSourceBuilder.PostgresIncrementalSource.builder() > .tableList("test\.t_(.*)"); > when table is regular expression, and match too many tables, Source will load > all match table's columns , index, primary for each table chunk phase, > actually only the context tableId should load. -- This message was sent by Atlassian Jira (v8.20.10#820010)