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

Clean up the DistributedQueryExecution table #530

Open
zhuoyuan-liu opened this issue Oct 11, 2024 · 0 comments
Open

Clean up the DistributedQueryExecution table #530

zhuoyuan-liu opened this issue Oct 11, 2024 · 0 comments

Comments

@zhuoyuan-liu
Copy link
Contributor

It looks like for each of the nodes, we relay on the function NotYetExecuted to check if the distributed query is executed.

When each node finishes the distributed query, it will write a record in this table. However, I didn't find any code that remove these records, and it would become an issue when we run the distributed query frequently. I believe it's a good idea to forget or remove these records when the corresponding query is completed or failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant