Re: Statistics bottleneck on large table
Posted by:
Rick James
Date: August 25, 2010 12:12AM
Eh? All you need is a one-time
ALTER TABLE xx
DROP INDEX yy,
ADD INDEX (...);
(Maybe I am missing your point.)
Subject
Views
Written By
Posted
11911
August 21, 2010 01:15PM
3999
August 22, 2010 04:45PM
2979
August 23, 2010 06:31AM
2565
August 23, 2010 07:20AM
2410
August 23, 2010 09:20PM
2233
August 24, 2010 02:14AM
Re: Statistics bottleneck on large table
2247
August 25, 2010 12:12AM
2289
August 25, 2010 02:36AM
2428
August 25, 2010 08:54PM
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.