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

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

Clean up the DistributedQueryExecution table #530

zhuoyuan-liu opened this issue Oct 11, 2024 · 2 comments
Assignees
Labels
queries On-demand queries related issues

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.

@javuto javuto added the queries On-demand queries related issues label Jan 7, 2025
@javuto javuto removed their assignment Jan 7, 2025
@javuto
Copy link
Collaborator

javuto commented Jan 7, 2025

After merging #576, what is left to complete this issue? Thanks!

@zhuoyuan-liu
Copy link
Contributor Author

I think we can close this issue as the whole table was removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
queries On-demand queries related issues
Projects
None yet
Development

No branches or pull requests

2 participants