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: Generic Modeling

Re: Generic Modeling

From: David Cressey <david_at_dcressey.com>
Date: Sat, 05 Jan 2002 01:12:26 GMT
Message-ID: <_psZ7.51$Nq6.2718@petpeeve.ziplink.net>


James,

> Also in a rdb, the time to resolve relationship increases with the
> number of records. In XDb, the time to resolve a relationship is
> constant regardless of the number of objects (as long as they fit in
> memory) and is approximately 1/100 millionth of a second on a 800 Mhz
> PC.

I disagree. There are Rdbs that keep a subset of the data in a given relation in memory,
and can use hashing techniques to rapidly locate whatever is in memory. These techniques begin to degrade as the table grows beyond what will fit in memory, but your system begins to degrade at that point, too.

--
Regards,
    David Cressey
    www.dcressey.com
Received on Fri Jan 04 2002 - 19:12:26 CST

Original text of this message

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