Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> ANALYZE and its impact on queries
Have a data warehouse.
Did an ANALYZE on all the tables using the ESTIMATE STATISTICS SAMPLE 10 PERCENT clause.
A query that runs for a long time given that scenario.
Did another ANALYZE on the tables using COMPUTE STATISTICS.
Explain plan show that join operation(s) change from nested loop to hash.
Does ANALYZE with COMPUTE populate any more statistics than ANALYZE with
ESTIMATE does?
Or just provide more accuracy?
Received on Wed Jun 21 2000 - 12:57:45 CDT