Ver Mensaje Individual
  #16 (permalink)  
Antiguo 14/08/2013, 05:16
gamau6
 
Fecha de Ingreso: octubre-2010
Mensajes: 156
Antigüedad: 13 años, 6 meses
Puntos: 0
Respuesta: mysql muy lento

Por si les hacia la duda nada mas les posteo

Código MySQL:
Ver original
  1. mysql> show status like 'Qcache%'
  2.     -> ;
  3. +-------------------------+-------+
  4. | Variable_name           | Value |
  5. +-------------------------+-------+
  6. | Qcache_free_blocks      | 0     |
  7. | Qcache_free_memory      | 0     |
  8. | Qcache_hits             | 0     |
  9. | Qcache_inserts          | 0     |
  10. | Qcache_lowmem_prunes    | 0     |
  11. | Qcache_not_cached       | 0     |
  12. | Qcache_queries_in_cache | 0     |
  13. | Qcache_total_blocks     | 0     |
  14. +-------------------------+-------+
  15. 8 rows in set (0,10 sec)
  16.  
  17. mysql> show variables like '%query_cache%';
  18. +------------------------------+---------+
  19. | Variable_name                | Value   |
  20. +------------------------------+---------+
  21. | have_query_cache             | YES     |
  22. | query_cache_limit            | 1048576 |
  23. | query_cache_min_res_unit     | 4096    |
  24. | query_cache_size             | 0       |
  25. | query_cache_type             | ON      |
  26. | query_cache_wlock_invalidate | OFF     |
  27. +------------------------------+---------+
  28. 6 rows in set (0,03 sec)
__________________
..