Add Index on tags.name to Accelerate Query
Created by: wtune
Problem
Missing index on table tags column name might make the underlying query issued via TagServiceImpl#getByName slow. Since TagServiceImpl always read table tags with the condition including column name, it's worth adding index on tags.name.
Possible Solution
Add Index on tags.name