beryllw commented on PR #3874: URL: https://github.com/apache/flink-cdc/pull/3874#issuecomment-2742926693
@leonardBang PTAL. Could you please take a look? This feature will be beneficial for large tables with fast binlog writing. During the binlog replay phase, filtering the data to be replayed consumes a significant amount of time. If the backfill has been skipped, we do not need to filter. https://github.com/apache/flink-cdc/blob/9f07a12e56bcc1f815f123bf23a0d88c28a90705/flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/main/java/org/apache/flink/cdc/connectors/mysql/debezium/reader/BinlogSplitReader.java#L276-L282 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
