Re: performance issue with VARCHAR index
Posted by:
Rick James
Date: August 25, 2010 08:48PM
The sooner you do it the less data it will have to work with. Yes it may take at least an hour for a 6GB.
ALTER TABLE radstop
DROP INDEX `UserName`,
ADD INDEX(userName, date) ;
Subject
Views
Written By
Posted
8776
August 23, 2010 06:12PM
2758
August 24, 2010 11:36PM
2479
August 25, 2010 08:36AM
Re: performance issue with VARCHAR index
2111
August 25, 2010 08:48PM
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.