[Seaside] GOODS best practice data storage

Avi Bryant avi at beta4.com
Fri May 21 00:41:37 CEST 2004


On May 20, 2004, at 3:38 PM, Sebastián Sastre wrote:

> Wich are the best practices once the BTree where be useful?
> One should add BTrees to a dictionary at root? O the root should be
> aBTree?

The former, probably.  BTrees make sense when you have large 
collections that will be modified frequently (especially if they're 
modified concurrently).  For read-only collections they're much less 
valuable, and the root is probably effectively read-only.

Avi



More information about the Seaside mailing list