[ZODB-Dev] BTrees questions

Jeremy Hylton jeremy@zope.com
Mon, 17 Dec 2001 13:27:15 -0500 (EST)


I think you should be using the BTree rather than the Bucket.  The
BTree creates buckets to store elements as needed, but I don't think
you're supposed to create them yourself.

I've heard that there are docs somewhere, but I'm not sure where.

Jeremy