[
https://issues.apache.org/jira/browse/FLINK-37114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonard Xu reassigned FLINK-37114:
----------------------------------
Assignee: hql0312
> 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
> Reporter: hql0312
> Assignee: hql0312
> Priority: Major
>
> 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)