Add Index on menus.parent_id to Accelerate Query
Created by: wtune
Problem
Missing index on table menus column parent_id might make the underlying query issued via MenuServiceImpl#listByParentId slow. Since table menus is mostly read and sometimes inserted or updated, the performance impact for write operations is acceptable under common cases.
Possible Solution
Add Index on menus.parent_id