lhhhhf opened a new issue, #673:
URL: https://github.com/apache/ozhera/issues/673
1. Remove unnecessary LEFT JOIN in queryAppInfo and queryLatestAppInfo
- The HeraAppBaseInfoMapper.xml queries used LEFT JOIN on
hera_app_excess_info, but since the WHERE clause already filters on columns
from that table, the LEFT JOIN
effectively behaves as an INNER JOIN. Removing it simplifies the query and
improves performance.
2. Upgrade ozhera-app module version to 2.2.7-incubating
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]