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