让mysql查询强制走索引

select * from slot_value_temp force index(idx_slot_type_id)  WHERE slot_type_id = 'xxxxxx';

不定期更新

原文地址:https://www.cnblogs.com/zhzhang/p/8127586.html