Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/03/2013, 21:09
reynierpm
 
Fecha de Ingreso: marzo-2011
Ubicación: Caracas
Mensajes: 140
Antigüedad: 13 años, 2 meses
Puntos: 1
Respuesta: Optimizacion de algoritmo o optimizacion de BD?

Basicamente las tres tablas tienen la siguiente estructura:
Código:
CREATE TABLE IF NOT EXISTS `tbl_ndatabase` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `id_telefonica` int(11) NOT NULL,
  `number` varchar(11) COLLATE utf8_spanish2_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_spanish2_ci AUTO_INCREMENT=1 ;
Los campos se repiten en las tres tablas
__________________
Reynier Perez Mira
Skype: reynierpm
Site: http://www.reynierpm.com