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: Tuning question: FREELIST GROUPS

Re: Tuning question: FREELIST GROUPS

From: Raj Kumar <raj.anuradha_at_gmail.com>
Date: Thu, 30 Sep 2004 13:03:15 +0300
Message-ID: <cf07c60a040930030383e574d@mail.gmail.com>


Dear Sinardy,

Freelist Groups is for Oracle Parallel Server or RAC.

It reduces contention on the segment header block, and reduce inter-instance "pinging", at the cost of excessive disk space consumption.

Please refere Oracle Concepts guide for more details.

Thanks and regards
Raj

On Thu, 30 Sep 2004 17:29:13 +0800, Sinardy Xing <sinardyxing_at_bkgcomsvc.com> wrote:
> Hi all,
>
> Why we need FREELIST GROUPS?
>
> What are the differents (in terms of advantages) between
>
> CREATE TABLE mytable STORAGE (FREELISTS 2);
>
> and
>
> CREATE TABLE mytable STORAGE (FREELISTS 4 FREELIST GROUPS 2);
>
> regards
> Sinardy
> --
> http://www.freelists.org/webpage/oracle-l
>

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Sep 30 2004 - 04:58:48 CDT

Original text of this message

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