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: Temp tablespace Initial extent question

Re: Temp tablespace Initial extent question

From: Vincent Ventrone <vav_at_brandeis.edu>
Date: Mon, 3 Dec 2001 15:31:58 -0500
Message-ID: <9ugnca$r6j$1@new-news.cc.brandeis.edu>


> I'm wondering what is the penalty of having an initial extent in a
> temp tablespace that is set too large? We have an app that connects

The only one that comes to mind is that you might end up with failing queries if the next concurrent user needs a temp segment & all the space in the tablespace is already allocated to other transactions because the initial size is big regardless of actual need.

> to oracle as a single username. The application performs queries
> against small tables as well as against very large tables (2+ million
> rows). Performance is slow against the large tables due to the order
> by clause in the queries (which are needed). When I analyze the
> performance of these queries, I'm finding that oracle is spending 99%
> of it's time, just sorting the data.

I doubt that the initial extent size has anything to do with it -- the query may need to be optimized to reduce the amount of sorting needed or you can try playing with sort_area_size to reduce disk I/O Received on Mon Dec 03 2001 - 14:31:58 CST

Original text of this message

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