Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Using DBMS_STATS makes query execute WORSE.
Why don't you gather ALL statistics of the table instead of estimating
the statistics. Also you may compress the index by using.
alter index idx_name rebuild compress 1;
This will reduce the size of the index and optimizer may use it. Received on Wed Oct 06 2004 - 00:11:51 CDT