stylefeng / Guns

Guns是一个现代化的Java应用开发框架,基于主流技术Spring Boot3 + Vue3 + JDK17,Guns的核心理念是提高开发人员开发效率,降低企业信息化系统的开发成本。
Apache License 2.0
3.87k stars 1.59k forks source link

Add Index on sys_dict_type.name #72

Closed wtune closed 4 years ago

wtune commented 4 years ago

Adding index on table sys_dict_type column name might speed up the underlying query issued via IConstantFactory#getDictsByName. See #70