色偷偷91综合久久噜噜-色偷偷成人-色偷偷尼玛图亚洲综合-色偷偷人人澡久久天天-国内精品视频一区-国内精品视频一区二区三区

Hello! 歡迎來到小浪云!


使用 explain 如何判斷二級索引使用后是否回表?


avatar
小浪云 2024-11-12 207

使用 explain 如何判斷二級索引使用后是否回表?

如何使用 explain 判斷二級索引使用后,是否存在回表操作?

對于給定的查詢 sql

select     track_source_id,     date_format(created_at, '%y-%m-%d') as day,     count(*) as total_count,     sum(case when len_parse_result_list = 0 then 1 else 0 end) as len_parse_result_list_zero_count,     sum(case when len_parse_result_list is null then 1 else 0 end) as len_parse_result_list_null_count,     sum(case when len_parse_result_list > 0 then 1 else 0 end) as len_parse_result_list_gte_zero_count from     keywordtask where     created_at >= now() - interval 30 day group by     track_source_id,     day order by     track_source_id,     day;
登錄后復制

其 explain 輸出:

| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | | --- | ----------- | ----- | ---------- | ---- | ------------- | --- | ------ | --- | ---- | -------- | ----- | | 1   | SIMPLE      | keywordtask | NULL      | index | idx_created_at,idx_track_source_id_created_at_len_parse_result_list | idx_track_source_id_created_at_len_parse_result_list | 14 | NULL | 134324154 | 50.0 | using where; Using index; Using temporary; Using filesort |
登錄后復制

是否回表判斷:

通過讀取 extra 列,可以判斷查詢是否回表:

  • using index 表示索引覆蓋,不需要回表。
  • using index condition 表示索引查找,不需要回表過濾。
  • using index & using where 表示索引查找,但需要回表過濾。
  • using where 表示回表查詢數據。
  • 主鍵查詢 不回表,但 extra 列無法反映。

對于給定的查詢,extra 列為 using where; using index; using temporary; using filesort,表明查詢使用了索引 (idx_track_source_id_created_at_len_parse_result_list),但需要回表過濾條件 created_at >= now() – interval 30 day。因此,該查詢會發生回表操作。

相關閱讀

主站蜘蛛池模板: 66精品综合久久久久久久 | 亚洲国产影视 | 成人精品一区二区三区 | 色橹橹欧美在线观看视频高清 | 日韩国产成人精品视频人 | 欧美精品中出 | 在线视频综合网 | 精品国产你懂的在线观看 | 在线免费毛片 | 国产精品va一级二级三级 | 久久综合久久精品 | 国产啪在线 | 午夜免费入口 | 伊人精品久久久大香线蕉99 | 久久97精品久久久久久清纯 | 国产欧美日韩精品一区二区三区 | 亚洲综合五月天 | 三级网站在线免费观看 | 久久99综合 | 一级毛片免费不卡在线 | 午夜一级片 | 天天射夜夜操 | 日本午夜免费福利视频 | 天天曰天天干 | 欧美日日 | 国产香蕉精品视频在 | 中文字幕国产日韩 | 亚洲视频免费在线看 | 黄网站免费在线 | 久久综合一个色综合网 | 日韩免费一级a毛片在线播放一级 | 99re热视频在线 | 亚洲视频在线a视频 | 激情亚洲综合网 | 亚洲国产精品成人综合久久久 | 免费 成年人 | 免费看污黄视频软件 | 开心网激情网 | 亚洲视频精品在线 | 国产高清在线精品二区一 | 日本一区二区三区视频在线 |