Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/11/2010, 06:41
doylelives
 
Fecha de Ingreso: junio-2008
Ubicación: Capital Federal xD
Mensajes: 1.208
Antigüedad: 15 años, 10 meses
Puntos: 35
Respuesta: alternativa a where, para optimizar query

Si, uso el limit (habia olvidado postearlo) pero si lo uso,
Código PHP:
SELECT SQL_CALC_FOUND_ROWS FROM tabla1 AS t1
WHERE MATCH 
t1.campoText AGAINST 'greeting*' IN BOOLEAN MODE )
limit 1,100
Pero a su vez tambien debo usar SQL_CALC_FOUND_ROWS para hacer correctamente un paginado. El campo campoText es del tipo Text, tiene indice fulltext.
__________________
I am Doyle please insert code.