我对我的mysql状态有些困惑。mysql> 显示类似 '%key%' 的状态;
+------------------------+-------+
| Variable_name | Value |
+------------------------+-------+
| Com_assign_to_keycache | 0 |
| Com_preload_keys | 0 |
| Com_show_keys | 0 |
| Handler_read_key | 2 |
| Key_blocks_not_flushed | 0 |
| Key_blocks_unused | 13396 |
| Key_blocks_used | 0 |
| Key_read_requests | 0 |
| Key_reads | 0 |
| Key_write_requests | 0 |
| Key_writes | 0 |
但是,服务器上有大量(每天超过 10 亿次)插入、更新和查询,但是为什么状态的值为 0。服务器已经运行了将近 3 天。(正常运行时间:2 天 18 小时 54 分 19 秒) .我没有刷新服务器的状态。Some db config engine = innodb,key_buffer = 16M, innodb_buffer_pool_size = 2147483648。感谢您提供任何信息。