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 -> REPOST: Re: 2 overlapping indexes

REPOST: Re: 2 overlapping indexes

From: miker <mdent12_at_none.com>
Date: Fri, 25 Jan 2002 15:47:15 GMT
Message-ID: <4$--$%%%_$_%_-$-_$@news.noc.cabal.int>


On Fri, 25 Jan 2002 09:39:39 -0000, Norman Dunbar <Norman.Dunbar_at_lfs.co.uk> wrote:

>I must be missing the point here :
>
>id A,B,C are unique then surely A,B,C,D *must* also be unique if the
>columns are in that order.

Record 1 ABCD = X 1 Y 2
Record 2 ABCD = X 1 Y 3

ABCD is unique but ABC is not. If you put a unique index on ABCD then you do not enforce ABC uniqueness. I think the guy wants to enforce unique constrant AND speed up retrieval of ABCD record.

M

This message was cancelled from within The Unacanceller's glorious new software, Lotus 1-2-3 For Rogue Cancellers. Received on Fri Jan 25 2002 - 09:47:15 CST

Original text of this message

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