Skip to content
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

[Enhancement] look function support partial cache #293

Open
Jin-H opened this issue Oct 14, 2023 · 4 comments · May be fixed by #316
Open

[Enhancement] look function support partial cache #293

Jin-H opened this issue Oct 14, 2023 · 4 comments · May be fixed by #316
Assignees

Comments

@Jin-H
Copy link
Contributor

Jin-H commented Oct 14, 2023

I found that the current connector supports the lookup function, but the implementation is to fully scan the table data and store it in the memory. If the table data is large, the memory usage of flink tm will be relatively high, and it may even be oom. I think we should support caching some data just like jdbc connector. Are there any plans to enhance the lookup function?

@banmoy
Copy link
Collaborator

banmoy commented Oct 17, 2023

Would you like to contribute the feature?

@Jin-H
Copy link
Contributor Author

Jin-H commented Oct 17, 2023

I'm willing to implement this feature, but it will take some time.

@banmoy
Copy link
Collaborator

banmoy commented Oct 17, 2023

I think it's ok, and first assign this issue to you. Thanks.

@Jin-H
Copy link
Contributor Author

Jin-H commented Oct 17, 2023

ok

@Jin-H Jin-H linked a pull request Dec 8, 2023 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants