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: Locally Managed Tablespaces - Questions.

Re: Locally Managed Tablespaces - Questions.

From: Connor McDonald <hamcdc_at_yahoo.co.uk>
Date: Thu, 17 Apr 2003 08:42:58 -0800
Message-ID: <F001.00583FD1.20030417084258@fatcity.com>


As people have noted, putting all of those empty/unused tables that often come with SAP et al into 64k extents could save some space.

The segments that I think are often neglected are the ones that I describe with the very technical term: 'smallish'

Things in the 256k => 1M range, should conceivably benefit from (I hate to say it), a *single* extent because they fit into that zone where a full scan should be able to be serviced with a single read. Since (unless things have changed recently) Oracle will never cross an extent boundary, a (say) 700k segment in 64k extents would take more effort to scan than that same segment in a 1m extent. The moment you go above 1m (or SSTIOMAX) this would then become somewhat moot, ie, back to the ol' any # of extents is fine style of argument.

Of course this simple assessment ignores all the little intricasies of buffering at the myriad of levels that occurs nowadays on file system, disk controllers, disks, caches blah blah etc etc etc. Throw into the mix that these segments might quite easily fit under the small table threshold and thus be commonly in the oracle cache anyway, and you're back to that famous of all mantras: "You should test on this on your system to assess the benefit..."

happy easter everyone

connor


Connor McDonald
web: http://www.oracledba.co.uk
web: http://www.oaktable.net
email: connor_mcdonald_at_yahoo.com

"GIVE a man a fish and he will eat for a day. But TEACH him how to fish, and...he will sit in a boat and drink beer all day"



Yahoo! Plus
For a better Internet experience
http://www.yahoo.co.uk/btoffer
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: =?iso-8859-1?q?Connor=20McDonald?=
  INET: hamcdc_at_yahoo.co.uk

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Thu Apr 17 2003 - 11:42:58 CDT

Original text of this message

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