-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[FLINK-37676][cdc-common] Add caching mechanism to Selectors for improved performance #3994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I think a JMH test for this will be better. |
3965e1b to
fe20665
Compare
flink-cdc-common/src/main/java/org/apache/flink/cdc/common/schema/Selectors.java
Show resolved
Hide resolved
flink-cdc-common/src/main/java/org/apache/flink/cdc/common/schema/Selectors.java
Show resolved
Hide resolved
|
This pull request has been automatically marked as stale because it has not had recent activity for 120 days. It will be closed in 60 days if no further activity occurs. |
|
Could @joyCurry30 please rebase this PR with latest |
e6e1fa7 to
da668db
Compare
|
@yuxiqian done. cc plz. |
yuxiqian
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thank you for the nice work.
Refer to https://issues.apache.org/jira/browse/FLINK-37676
Adding a cache for better performance.