[Enhancement-8006] Improve the performance of SQL query (#8007)

Co-authored-by: kuanghc1 <kuanghc1@lenovo.com>
Update_README
springmonster 2022-01-14 13:53:31 +08:00 committed by GitHub
parent d198a9051e
commit 5e975dad34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -160,6 +160,8 @@
</select>
<select id="queryAllProject" resultType="org.apache.dolphinscheduler.dao.entity.Project">
select * from t_ds_project
select
<include refid="baseSql"/>
from t_ds_project
</select>
</mapper>