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: partitioned table advice

Re: partitioned table advice

From: Ed Stevens <Ed_Stevens_at_nospam.noway.nohow>
Date: Fri, 14 Dec 2001 14:14:49 GMT
Message-ID: <3c1a088f.51042925@ausnews.austin.ibm.com>


On Fri, 14 Dec 2001 01:11:48 GMT, "Jim Kennedy" <kennedy-family_at_attbi.com> wrote:

>You don't have that much data. You have about 70,000 rows. One thing
>puzzles me though. You say you do a select distinct on the primary key and
>get the results below. A primary key by definition is unique so how can you
>have repeats? I think you mean that in a particular column that is used in
>the where clause a lot you have the following distribution...

DOH! Absolutely right. Don't know what I was thinking when I said it was the primary key . . .
>
>Try adding an index on the column and compressing the index. That will make
>the index rather small and might help.
>
>You could do some empirical testing using tkprof and see what gives you
>better results.
>
>(one thing to do is upgrade to a supported version, I don't think 8.05 is
>supported any more.)

That's on my work plan for next calendar year.

>Jim
>

<snip>

--
Ed Stevens
(Opinions expressed do not necessarily represent those of my employer.)
Received on Fri Dec 14 2001 - 08:14:49 CST

Original text of this message

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