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

Home -> Community -> Usenet -> comp.databases.theory -> Re: Sets and Lists, again

Re: Sets and Lists, again

From: JOG <jog_at_cs.nott.ac.uk>
Date: 22 May 2006 19:08:46 -0700
Message-ID: <1148350125.906566.265620@i39g2000cwa.googlegroups.com>


In the end a list is 'this, then that, then t'other' - purely ordinal. As such here I agree with Gene - creating an index to identify the location of each item in that list is a physical accessor. To obtain the third element in a list, for example, one processes 'start_head, get_next, get_next'. Any cardinal access to 'element[3]' is surely a physical, and not logical, shortcut. Received on Mon May 22 2006 - 21:08:46 CDT

Original text of this message

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