2020年05月22日:最近发现博客使用的数据库查询有一些慢,经过分析发现有2个表慢SQL比较严重,那么新增表索引来应对一下!
第一张表是评论表(WordPress自带)
第二张表是多梦流量统计表(搜索关键字搜索次数等统计)
alter table
alter table
第一张表是评论表(WordPress自带)
第二张表是多梦流量统计表(搜索关键字搜索次数等统计)
alter table
wp_comments add index index_0(user_id,comment_approved,comment_date_gmt);alter table
wp_dmeng_tracker add index index_0( type, traffic);https://51.ruyo.net/about/#3