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: Index & Constraint

Re: Index & Constraint

From: Stephane Faroult <sfaroult_at_oriole.com>
Date: Sat, 08 Jun 2002 04:03:19 -0800
Message-ID: <F001.0047868D.20020608040319@fatcity.com>


Rajesh.Rao_at_jpmchase.com wrote:
>
> An example on my understanding of Reverse Key Indices:
>
> Say you have a table EMP with a column EMPNO, and an index on this
> field.This number is incremented sequentially for every new employee that
> joins in. And as employees retire, say, the records are deleted. This
> would generally mean deletion of records, with lower employee numbers. And
> subsequent deletion of indices. As such, deletions from the index are
> likely to be concentrated on a small set of leaf blocks towards the
> beginning of the index. A reverse key index, which reverses the bytes for
> the column value, could help in uniformly dividing the deletions across
> various branches of the index, and avoid a skewed index.
>
> Raj

Raj,

   I would rather tend to see the benefits in terms of contention avoidance when inserting (typically when the PK is sequence-generated), but by and large I share your view.

-- 
Regards,

Stephane Faroult
Oriole Software
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Stephane Faroult
  INET: sfaroult_at_oriole.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 Sat Jun 08 2002 - 07:03:19 CDT

Original text of this message

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