Re: Bad performance?
Sorry about that, it was because i changed som of the names... The table really loks like this:
CREATE TABLE `cologin` (
`id` int(10) unsigned NOT NULL auto_increment,
`k_id` int(4) unsigned NOT NULL default '0',
`user` varchar(32) NOT NULL default '',
`sig` enum('y','n') NOT NULL default 'n',
`unixtimestamp` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `k_id` (`k_id`),
KEY `user` (`user`)
) ENGINE=ndbcluster DEFAULT CHARSET=latin1 AUTO_INCREMENT=392152 ;
I all ways use explain to see if I use indexes, it was the first I look at and it was okay!
Any other ideas?
Subject
Views
Written By
Posted
4126
December 06, 2004 06:33PM
2834
December 06, 2004 09:13PM
Re: Bad performance?
2789
December 07, 2004 07:18AM
2600
December 07, 2004 11:58AM
2808
December 07, 2004 01:19PM
3660
December 07, 2004 06:22PM
2693
December 08, 2004 01:33PM
3580
December 08, 2004 02:44PM
2784
December 09, 2004 10:05AM
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.