MySQL Forums
Forum List  »  NDB clusters

Re: network
Posted by: Damien Churchill
Date: April 03, 2006 03:04AM

I installed gigabit bonded this morning but as yet, I haven't managed to max out the bandwidth. The most used by the looks of things is 1/2gbit with the ndbd nodes transmitting.
Any suggestions to see what querys would use up more bandwidth?

Current table is a simple:

CREATE TABLE `testdata_ndb` (
`id` int(11) NOT NULL auto_increment,
`t` mediumtext NOT NULL,
`c` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=ndbcluster DEFAULT CHARSET=latin1;

Worst comes to worst at least there is failover provided by having 2 network cards connected in each.

Options: ReplyQuote


Subject
Views
Written By
Posted
1755
March 28, 2006 02:18AM
1116
March 29, 2006 07:09PM
Re: network
1205
April 03, 2006 03:04AM
1061
April 03, 2006 10:31PM
1092
April 04, 2006 12:17AM
1111
April 18, 2006 06:39AM


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.