stylefeng / Guns

Guns基于SpringBoot 2,致力于做更简洁的后台管理系统,完美整合springmvc + shiro + mybatis-plus + beetl!Guns项目代码简洁,注释丰富,上手容易,同时Guns包含许多基础模块(用户管理,角色管理,部门管理,字典管理等10个模块),可以直接作为一个后台管理系统的脚手架!
Apache License 2.0
3.86k stars 1.59k forks source link

Add Index on sys_dict_type.name to Accelerate Query #70

Closed wtune closed 4 years ago

wtune commented 4 years ago

Missing index on table sys_dict_type column name might make the underlying query issued via IConstantFactory#getDictsByName slow. Since table sys_dict_type is mostly read and rarely updated, the performance impact for write operations is acceptable under common cases.