Bueno, quise crear el indice en base a creationTime y a los 5 minutos me da error, me dice...
ERROR 2013: Lost connection to MySQL server during query
SQL Statement:
ALTER TABLE `base1`.`EventData`
ADD INDEX `creationTimeIndex` USING BTREE (`creationTime` DESC)
ERROR: Error when running failback script. Details follow.
ERROR 2006: MySQL server has gone away
Lo intente 2 veces, con el mismo resultado.