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: Tablespace best practices

Re: Tablespace best practices

From: <fitzjarrell_at_cox.net>
Date: 26 Dec 2004 17:13:50 -0800
Message-ID: <1104110030.857422.173540@z14g2000cwz.googlegroups.com>


Comments embedded.

Dave wrote:
> "Access" <idmwarpzone_NOSPAM__at_yahoo.com> wrote in message
> news:41cf4475$0$339$ba620e4c_at_news.skynet.be...
> > Hi,
> >
> > I was wondering what the "best practices" are regarding tablespace
> > creation
> > :
> > - separate tablespaces for data/indexes ?
>
> nope, no need

For performace, I agree. For manageability, my opinion differs. I find it easier to manage tables and indexes if the are placed in separate tablespaces; if I lose an index or the entire tablespace it's fairly easy to recreate the tablespace and rebuild the indexes if they are separate from the tables.

> > - separate tablespace for each schema ?
>
> not a bad idea - for manageability
> > - large/medium/small objects in separate tablespaces ?
>
> not a bad idea, depends how wildly your sizes vary
> > - locally managed with auto or manual segment space management ?
>
> up to you, auto works fine if you dont care that much
>

And I prefer to use uniform extents, to virtually eliminate fragmentation.

> >
> > Just wanted to hear some pro/contra's ...
> >
> >
> >
> >

David Fitzjarrell Received on Sun Dec 26 2004 - 19:13:50 CST

Original text of this message

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