Re: Lookup tables
From: billia <member_at_dbforums.com>
Date: 9 May 2002 09:08:46 GMT
Message-ID: <3cda3c9e$1_at_usenetgateway.com>
Date: 9 May 2002 09:08:46 GMT
Message-ID: <3cda3c9e$1_at_usenetgateway.com>
Index Organized Tables would be a good way to go for your lookup tables. They are "cheaper" to access generally than heap lookup tables if you are accessing by primary key. They also use less space as you don't need to maintain a separate index, but in the case of small lookup tables, the space savings are minute. Of course, the relative costs of these things change with every release of Oracle, but generally IOTs are good for this.
Regards
Adrian
-- Posted via dBforums http://dbforums.comReceived on Thu May 09 2002 - 11:08:46 CEST