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: How's this for space saving:

Re: How's this for space saving:

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Wed, 13 Jul 2005 17:11:47 -0500 (EST)
Message-ID: <002f01c58be5$6fe6b750$7b02a8c0@Primary>

Last time I looked, the validate command basically read the entire index in leaf block order. (It probably skipped up and down
the branch blocks at the same time, but I wasn't checking that closely).

If it simply reads the index in sequence, then it shouldn't be too hard to write a bit of code that keeps N running totals
in play to track the cumulative size of
the index leaf entries at N different levels of compression.

Regards

Jonathan Lewis

Now waiting on the publishers: Cost Based Oracle - Volume 1

http://www.jlcomp.demon.co.uk/faq/ind_faq.html The Co-operative Oracle Users' FAQ

http://www.jlcomp.demon.co.uk/appearances.html Public Appearances - schedule updated 8th July 2005

> Hi Johnathon,
> We got caught trying to use the OPT_CMPR_COUNT to determine if it would be
> benefitial to compress the indexes of a ERP system which had evoved to "an
> index for each report" with massive redundancy in the columns. I posted a
> question to oracle on the algorithm use to calculate that value and got no
> reponse, anyone on the list know what that algorithm might look like?
>
> We saw some very strange values before and after index rebuilds...
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jul 13 2005 - 17:11:53 CDT

Original text of this message

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