MySQL添加索引

create index index_uid_create_time on t_room_red_log(uid,create_time);
create index index_uid_state_shop_id on t_player_order(uid,state,shop_id);

create index index_user_id on t_gold_3_red_user(user_id);

posted @ 2020-02-13 16:41  风别鹤  阅读(193)  评论(0编辑  收藏  举报