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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: temporary tablespace estimation.

Re: temporary tablespace estimation.

From: Stephane Faroult <sfaroult_at_oriole.com>
Date: Wed, 19 Dec 2001 03:29:11 -0800
Message-ID: <F001.003DFCDF.20011219031558@fatcity.com>

Hatzistavrou Giannis wrote:
>
> Dear All,
>
> I have the following questions to make:
>
> a) In a select statement where there is no order by or group by clause but
> parallel query servers are used, do these servers use temporary tablespace
> segments?

  Quite likely, if the volume requires it. 'Temporary space', as the name indicates, holds data in the course of processing, before Oracle is able to reach the final result. With parallel query servers, each one fetches a partial result set, which has to be stored somewhere before everything is merged. Even if you have no 'sort', you have a 'merge' phase. If that's you were thinking of, I do not believe that you get results on the fly from each of the parallel query servers, it would make communications much too complicated between the client and the server side. When you issue a 'fetch' call, you expect it from a single source and everything needs to be streamlined somewhere.

> b) how can someone estimate the temporary space used having only the select
> statement?

 I wonder!

-- 
Regards,

Stephane Faroult
Oriole Ltd
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Stephane Faroult
  INET: sfaroult_at_oriole.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed Dec 19 2001 - 05:29:11 CST

Original text of this message

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