Tema: slow queries
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/11/2010, 12:09
p2pdownloading
Invitado
 
Mensajes: n/a
Puntos:
slow queries

hola estoy recibiendo muchas consultas lentas en mi base de datos estas llegan a tardar hasta 30 segundos, y son consultas realmente simples

por ejempemplo

Código PHP:
# Time: 101121  9:13:03
# User@Host: axxx[axxx] @ localhost []
# Query_time: 16  Lock_time: 2  Rows_sent: 0  Rows_examined: 0
use androidz_android;
SET timestamp=1290352383;
INSERT INTO `wp_searchmeter_recent` (`terms`,`datetime`,`hits`,`details`)
        
VALUES ('htc droid eris',NOW(),23,'');

# User@Host: sxxx[sxxx] @ localhost []
# Query_time: 27  Lock_time: 11  Rows_sent: 180  Rows_examined: 210
use software_software;
SELECT option_nameoption_value FROM wp_options WHERE autoload 'yes'
es un problema de la aplicacion o del servidor ?

gracias