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[2]:partitioning

Re[2]:partitioning

From: <dgoulet_at_vicr.com>
Date: Thu, 20 Mar 2003 11:05:30 -0500
Message-Id: <24726.322552@fatcity.com>


Peter,

    I've not had very good luck with hash partitioning either, but range works damn nicely both from a data insertion/update and query point of view. CBO also runs very consistently.

Dick Goulet

____________________Reply Separator____________________
Subject: Re:partitioning
Author: Peter Barnett <regdba_at_yahoo.com> Date: 3/20/2003 6:23 AM

As we have discovered, hash partitioning does not always give you partition elimination nor does CBO always work as expected. One of our DBAs has a tar open with Oracle on this issue and we are finding that no one appears to understand the complete ramifications of using hash partitions when a query is run against large data sets.

In short, if you only care about getting data into a partition use hash partitioning. If some day you want to get data out you may want to look at another solution. Range partitioning might work depending on your data. Disk striping might work but consistently getting the right data to the right stipe is tricky business.

>
> I guess this feature is available in Informix
> handled by The informix engine.I
> am not sure if Oracle has something
> similiar to this OR is it possible to design a logic
> and embede it ,but what
> would be the performance effect?
>
> Any thoughts or similiar ideas
>
> Thanks
>
>
> --
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.net
> --
> Author: Basavaraja, Ravindra
> INET: Ravindra.Basavaraja_at_T-Mobile.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).
>
> --
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.net
> --
> Author:
> INET: dgoulet_at_vicr.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).
>


Pete Barnett
Lead Database Administrator
The Regence Group
pnbarne_at_regence.com

Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Peter Barnett
  INET: regdba_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
Received on Thu Mar 20 2003 - 10:05:30 CST

Original text of this message

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