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_at_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 Sat Jan 05 2002 - 02:12:26 CET

Original text of this message