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: compressed index and partition table?

Re: compressed index and partition table?

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Mon, 03 Sep 2001 19:17:38 +0100
Message-ID: <3B93C942.1F84@yahoo.com>


Kate Lin wrote:
>
> Hi,
>
> this table has 36 million rows, we did not use IOT and our application will
> not update primary key frequently.
>
> thanks a lot

Performance will depend. If you are regularly scanning the index, then because you are getting more rows per block, the scans will be more efficient (at the cost of slightly more cpu). If you are doing unique probes, then you probably won't get any gain (but you may see a better hit ratio)

hth
connor

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Mon Sep 03 2001 - 13:17:38 CDT

Original text of this message

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