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 日間実行されています。 .サーバーのステータスをフラッシュしませんでした。一部のデータベース構成エンジン = innodb、key_buffer = 16M、innodb_buffer_pool_size = 2147483648。情報をありがとう。