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