Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Generating Sequences as Basis of an Index

Generating Sequences as Basis of an Index

From: stanky <stanky_at_stanky.net>
Date: Thu, 8 Nov 2001 07:27:59 -0500
Message-ID: <QRuG7.14371$Z97.1432728@e420r-atl2.usenetserver.com>


Do you normally create sequences as the basis of your indexes or do you just use the values of the specific column. For instance, let's say you have some data in a file...let's call it Account Data. Within this data you have data that you call Account Name. It uniquely identifies the other data in each record of the file. If you're planning to load this data to a table, is it better to
generate a sequence to build the index upon or just use the data values of Account Name.

I'm just curious as to whether a numeric column like sequence yields better indexing results than a character based column. By the way, what is the data type for a default sequence?

Thanks. Received on Thu Nov 08 2001 - 06:27:59 CST

Original text of this message

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