apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.73k stars 4.58k forks source link

[Improvement][Master] Delete the TaskGroupQueue in release method #16426

Closed ruanwenjun closed 1 month ago

ruanwenjun commented 1 month ago

Search before asking

Description

Since the taskGroupQueue after release will never be used, so we can directly clear it, otherwise we need to maintain this table add a lot of index to improve the performance.

Are you willing to submit a PR?

Code of Conduct