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: A couple of tablespace questions for the experts

Re: A couple of tablespace questions for the experts

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Fri, 19 Sep 2003 08:25:40 -0700
Message-ID: <1063985133.421060@yasure>


Comments interspersed.

Paul Dixon wrote:

>I am planning the design of a new database to host an existing decision
>support sytem, and am trying to decide :-
>
>1] Whether to use Automatic Segment Space Management for tablespaces or to
>use Uniform Extent sizes (as in Howard Rogers tablespace fragmentation
>document) and manually manage the Freelists / Freelist Groups.
>

Use both ... they have nothing to do with each other as in the following example:

CREATE TABLESPACE "DATA_SML" LOGGING
DATAFILE 'c:\oracle\oradata\orabase\datasm01.dbf' SIZE 100M BLOCKSIZE 8192 EXTENT MANAGEMENT LOCAL UNIFORM SIZE 256K SEGMENT SPACE MANAGEMENT AUTO;
>2] Whether there are any siginficant implications from using a small number
>of large datafiles for a tablespace instead of a larger number of smaller
>(i.e. 2 GByte) datafiles.
>

Datafile size is reasonably irrelevant unless you are talking about countless 50M files. Placement is everything.

Assuming you are striping based on what you wrote below ... and I snipped ... I'd be heading for 16GB datafiles on raw devices striped across every spindle I could with the sole exception being the log files.

><snipped>
>
>

HTH

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Fri Sep 19 2003 - 10:25:40 CDT

Original text of this message

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