GOODS data structures (was Re: [Seaside] [ANN] SeasideTemplate)

Avi Bryant avi at beta4.com
Tue Feb 24 00:48:35 CET 2004


On Feb 23, 2004, at 2:30 PM, Ned Konz wrote:

> Just use the BerkeleyDB.

No, the idea is not to have a btree implementation that accesses the 
filesystem directly, but to have an object equivalent that is suitable 
for distributed objects or remote OODB systems.  So instead of 
optimizing how many disk blocks you need to access, the idea is to 
optimize how many object instances you have to touch (and if you have 
variable sized instances involved, how big they are).




More information about the Seaside mailing list