You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing index on table litemall_coupon column code might make the underlying query issued via couponService.findByCode(code) slow. Since table litemall_coupon is mostly readby normal user and some times inserted or updated by the admin, the performance impact for write operations is acceptable under common cases.
The text was updated successfully, but these errors were encountered:
Missing index on table
litemall_coupon
columncode
might make the underlying query issued via couponService.findByCode(code) slow. Since tablelitemall_coupon
is mostly readby normal user and some times inserted or updated by the admin, the performance impact for write operations is acceptable under common cases.The text was updated successfully, but these errors were encountered: