mysql explain type

    xiaoxiao2025-11-10  7

    只关注explain的type字段

    1 id是主键的场景

    explain select * from task_wait WHERE id = 18913352

    id  select_type  table  type  possible_keys  key  key_len  ref  rows  Extra 1 SIMPLE task_wait const PRIMARY PRIMARY 8 const 1 Using pk access

    转载请注明原文地址: https://ju.6miu.com/read-1304047.html
    最新回复(0)