show status like '%handler_read_key%';

#走索引的命令的数量.

#查看存储引擎

mysql> show variables like '%engine%';
+----------------------------+--------+
| Variable_name              | Value  |
+----------------------------+--------+
| default_storage_engine     | InnoDB |
| default_tmp_storage_engine | InnoDB |
| storage_engine             | InnoDB |
+----------------------------+--------+

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
  • 2021-11-12
  • 2022-02-10
  • 2022-12-23
  • 2021-06-28
猜你喜欢
  • 2022-02-17
  • 2022-12-23
  • 2021-08-13
  • 2021-05-02
相关资源
相似解决方案