Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Is this a candidate for a stored outline?

Is this a candidate for a stored outline?

From: Ryan <rgaffuri_at_cox.net>
Date: Fri, 02 May 2003 23:29:16 GMT
Message-ID: <gbDsa.11286$g41.571997@news1.east.cox.net>


We do bulk processing every night. I noticed that if I run SQL statement, then flush the shared pool, then run it again it still runs alot faster the second time. Since the blocks have been flushed from memory this leads me to believe that its the reuse of the outline leading to the performance increase.

Now the size of our tables typically increases every night. Now the explain plan will be the same, however, does the stored outline store more than that? Such as specific data about which blocks to use? Would this be a good candidate? Received on Fri May 02 2003 - 18:29:16 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US