MySQL Forums
Forum List  »  NDB clusters

Re: is normal that a query simple in server node data send at 60Mb/s?
Posted by: David Garcia
Date: October 30, 2006 09:47AM

The structure table is:
`ID` int(10) unsigned NOT NULL default '0',
`IDFORO` int(10) unsigned default NULL,
`AUTOR` varchar(40) default NULL,
`IDAUTOR` int(10) unsigned default NULL,
`TOPIC` varchar(50) default NULL,
`TEXTO` text,
`REF` int(10) unsigned default NULL,
`RESPUESTAS` int(10) unsigned default NULL,
`LEIDO` int(10) unsigned default NULL,
`TIME` int(10) unsigned default NULL,
`TIMETOPIC` int(10) unsigned default '0',
`FECHA` varchar(20) default NULL,
`CARITA` varchar(4) default NULL,
`PASS` varchar(30) NOT NULL default '',
`IP` varchar(20) default NULL,
`BANEADO` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`ID`),
KEY `MENSAJES` (`ID`,`IDFORO`),
KEY `IDAUTOR` (`IDAUTOR`),
KEY `REF` (`REF`),
KEY `IDFORO` (`IDFORO`,`REF`,`BANEADO`),
KEY `TIME` (`TIME`),
KEY `REF2` (`REF`,`ID`,`IDFORO`)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: is normal that a query simple in server node data send at 60Mb/s?
1079
October 30, 2006 09:47AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.