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: Newbie question: Should a table/index ideally always be in a single extent ?

Re: Newbie question: Should a table/index ideally always be in a single extent ?

From: Raoul De Kezel <100653.2230_at_compuserve.com>
Date: Thu, 14 May 1998 18:55:31 +0200
Message-ID: <MPG.fc54069a33c27919896b3@news.compuserve.com>


In article <01bd7ec6$736eaf60$a504fa80_at_mndnet>, suresh.bhat_at_mitchell- energy.com says...

Thank you for your answer. I'll try to find the discussion in dejanews.

> One suggestion:
>
> As you have planned use pctincrease = 0 for tables. USE PCTINCREASE =1 for
> TABLESPACES. If you do this Oracle SMON process will automatically
> defragment the space after deletions/inserts etc.

I'm afraid I'll ask another FAQ: I used PCTINCREASE = 0 for tablespaces on purpose to disable SMON's coalescing. In the configuration I described, all the (allocated) extents in a given tablespace will have the same size. I don't see the point to merge them just to break the result again later. I hope to save some I/O that way.

Am I missing something ?

Received on Thu May 14 1998 - 11:55:31 CDT

Original text of this message

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