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: Deciding what columns to partition on

Re: Deciding what columns to partition on

From: Jared Still <jkstill_at_cybcon.com>
Date: Tue, 18 Dec 2001 18:12:56 -0800
Message-ID: <F001.003DF813.20011218174521@fatcity.com>

On Tuesday 18 December 2001 12:55, Stephane Faroult wrote:
> I have never found the argument 'you
> scan a single partition' very compelling when your data is properly
> indexed.

Stephane,

This is assuming that you are using global indexes on your partitioned tables. If using local indexes and searching by something other than the partition key, all indexes will be scanned if used at all.

Cherie, do your users generally limit their queries by a date, even if they are searching on other keys?

In a DW I would expect them to. Do all of their queries really need to scan entire tables?

I'm just giving you things to consider rather than actual suggestions, cuz I know nothing about your system.

Why not build some prototype partitions and pull some typical queries from the SGA and compare them against different configurations?

Jared

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jared Still
  INET: jkstill_at_cybcon.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Tue Dec 18 2001 - 20:12:56 CST

Original text of this message

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