GitClassic
Feed
Explore
Random
Go Pro
Sign in
apache
/
flink-cdc
Code
/
Commits
/ 42580dc
[FLINK-37676][common] Add caching mechanism to Table ID Selectors for better performance (#3994)
Tianzhu Wen
committed on Jan 5, 2026, 02:26 AM
Showing
3
changed files
+186 additions
-1 deletions
M
flink-cdc-common/src/main/java/org/apache/flink/cdc/common/schema/Selectors.java
+25
-1
M
flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml
+16
A
flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/src/test/java/org/apache/flink/cdc/pipeline/tests/benchmark/SelectorsBenchmark.java
+145
Browse files at this commit โ