| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Generalised approach to storing address details
Marshall wrote:
> On Dec 13, 8:16 am, "Neo" <neo55..._at_hotmail.com> wrote:
>
[snip]
>>How about B-Trees that are used to implement most relational databases?
One should point out here that the tree part of a b-tree relates to division of labour and not to logical structure.
The logical structure of the b-tree is still an ordered list with a logical first, logical successors and a logical last. Using any ordered list, one can express other logical iterators such as "least not lesser", "least greater", "greatest lesser", "greatest not greater". The b-tree has performance advantages for the latter sort of iterators, while other ordered lists have performance advantages for the former. Received on Wed Dec 13 2006 - 17:09:01 CST
![]() |
![]() |