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 -> Re: Estimate temp space

Re: Estimate temp space

From: Mladen Gogala <mgogala.SPAM_ME.NOT_at_verizon.net>
Date: Fri, 06 Apr 2007 13:58:40 GMT
Message-Id: <pan.2007.04.06.13.58.40@verizon.net>


On Fri, 06 Apr 2007 06:54:09 -0700, Cristian Cudizio wrote:

> column source, the algoritm it uses to estimate is the same, but to
> really view if it uses disk or ram
> you have to execute it.

Essentially, what explain plan gives you is the total estimated size of data to be sorted. It doesn't necessarily translate into the amount of the temp tablespace to be used. That would be extremely hard to estimate. The total size, however, is a significant help.

-- 
http://www.mladen-gogala.com
Received on Fri Apr 06 2007 - 08:58:40 CDT

Original text of this message

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