i can't find a thread which answers the question:
does oracle (8.1.x) benefit from having multiple compound
keys?
NonUniqueKey -col1 + col2 + col3
OtherNonUniqueK ey -col1 + col2
a where clause - where col1 = 'A' and col2 = 'B'
other databases i've used would retrieve (based on the
physical architecture of their index stores) just as fast
on NonUniqueKey; OtherNonUniqueK ey is completely redundant.
thanks,
robert
does oracle (8.1.x) benefit from having multiple compound
keys?
NonUniqueKey -col1 + col2 + col3
OtherNonUniqueK ey -col1 + col2
a where clause - where col1 = 'A' and col2 = 'B'
other databases i've used would retrieve (based on the
physical architecture of their index stores) just as fast
on NonUniqueKey; OtherNonUniqueK ey is completely redundant.
thanks,
robert
Comment