Mình có vài thông số thế này:
Code:
mysql> show global status like 'Qcache%';
+-------------------------+-----------+
| Variable_name | Value |
+-------------------------+-----------+
| Qcache_free_blocks | 16 |
| Qcache_free_memory | 133341096 |
| Qcache_hits | 111796 |
| Qcache_inserts | 128402 |
| Qcache_lowmem_prunes | 493 |
| Qcache_not_cached | 9430556 |
| Qcache_queries_in_cache | 76 |
| Qcache_total_blocks | 227 |
+-------------------------+-----------+
8 rows in set (0.00 sec)
Code:
mysql> show global status like 'Com_select';
+---------------+----------+
| Variable_name | Value |
+---------------+----------+
| Com_select | 12010686 |
+---------------+----------+
1 row in set (0.00 sec)
Code:
mysql> show global variables like 'query%';
+------------------------------+-----------+
| Variable_name | Value |
+------------------------------+-----------+
| query_alloc_block_size | 8192 |
| query_cache_limit | 524288 |
| query_cache_min_res_unit | 4096 |
| query_cache_size | 134217728 |
| query_cache_type | ON |
| query_cache_wlock_invalidate | OFF |
| query_prealloc_size | 8192 |
+------------------------------+-----------+
7 rows in set (0.00 sec)
Theo các bạn có vấn đề gì không? Nếu có thì cách giải quyết là gì?