专题文章
时长:00:00更新时间:2020-11-09 07:23:46
MySQL数据库的索引原理:mysql explain select actor_id from actor order by actor_id \G *************************** 1. row *************************** id: 1 select_type: SIMPLE table: actor type: index possible_keys: NULL key: PRIMARY key_len: 4 ref: NULL rows: 4 E
查看详情