-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
问题
表sys_dept中缺少一些需要的索引,通过测试,我们发现加上这些索引可以极大地提高相关查询的性能(高达80%),需要添加的索引分别如下所示:
1.sys_dept.sort
从DeptMapper可以看出在查询sys_dept表时常会用sort作为排序依据,因此需要在这一字段上添加索引从而加快相关查询。
解决方法
在下列字段添加索引
sys_dept.sort
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels