Missing index on table sys_user column account might make the underlying query issued via UserMapper#getByAccount slow. Since table sys_user is mostly read and seldomly inserted or updated, the performance impact for write operations is acceptable under common cases.
Missing index on table
sys_user
columnaccount
might make the underlying query issued via UserMapper#getByAccount slow. Since tablesys_user
is mostly read and seldomly inserted or updated, the performance impact for write operations is acceptable under common cases.