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

[Feature] Support async refresh of lookup table #3295

Closed
1 of 2 tasks
FangYongs opened this issue May 5, 2024 · 0 comments · Fixed by #3297
Closed
1 of 2 tasks

[Feature] Support async refresh of lookup table #3295

FangYongs opened this issue May 5, 2024 · 0 comments · Fixed by #3297
Labels
enhancement New feature or request

Comments

@FangYongs
Copy link
Contributor

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

Currently, the lookup operator checks the time when getting data from lookup table, and reads delta data of table store refreshes to the lookup table, which will block the lookup operation and cause the job to have a jagged lag. This issue aims to add an asynchronous refresh of lookup table to avoid jagged lags in the job.

Solution

No response

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant