
06/08/2005, 09:00
|
 | | | Fecha de Ingreso: agosto-2005
Mensajes: 2
Antigüedad: 20 años Puntos: 0 | |
OPTIMIZE TABLE works the following way:
If the table has deleted or split rows, repair the table.
If the index pages are not sorted, sort them.
If the statistics are not up to date (and the repair couldn't be done by sorting the index), update them. |