qmengss opened a new issue #5041: URL: https://github.com/apache/incubator-dolphinscheduler/issues/5041
*For better global communication, please give priority to using English description, thx! * *Please review https://dolphinscheduler.apache.org/en-us/community/development/issue.html when describe an issue.* The returned data contains detailed information, some of interfaces get the detailed information by join Sql, that made adverse effect on performance, resulting in slow response speed. **Describe the question** - Improve access speed of the list interfaces **What are the current deficiencies and the benefits of improvement** It is better not to write all kinds of join SQL, it may be better to leave it to the business layer to do the association. **Which version of DolphinScheduler:** -[dev] **Describe alternatives you've considered** Move the logic to the business layer. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
