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: PCTFREE and PCTUSED

Re: PCTFREE and PCTUSED

From: Maryann Atkinson <maryann_30_at_yahoo.com>
Date: Fri, 07 Nov 2003 10:24:25 -0800
Message-ID: <F001.005D5FC7.20031107102425@fatcity.com>

>The answer is that
>free list handling is overhead, which means that the database is working on
>its own structures and not working on the user data. It's easy to conceive a
>busy transaction table to which records are frequently added and from which
>they're frequently removed. Having only one parameter would significantly
>increase the amount of time spent in moving blocks to and from the free
>list,
>and significantly increase the overhead. You can test it by setting up a
>table
>with PCTFREE+PCTUSED=100. In other word, the answer to your question is that
>two parameters are needed to reduce the overhead of the free list maintenance.

By the way, I just wanted to let you know I tried that PCTFREE+PCTUSED=100 I used PCTFREE 40 and PCTUSED 60 on a specific table space, and created a table there which I updated/deleted records quite a bit, but I didnt see much
of a difference. It might have been because there werent many people on the system at the time.

thx
maa

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Maryann Atkinson
  INET: maryann_30_at_yahoo.com

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 Fri Nov 07 2003 - 12:24:25 CST

Original text of this message

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