loading objects from ZODB

Achim Domma domma at procoders.net
Fri Jul 4 11:50:48 EDT 2003


Hi,

I'm playing around with ZODB but I don't understand when objects are loaded
from the DB. Assume I have an object containing a list of other objects. If
this object is loaded from ZODB, when is the list filled? Only on demand? I
think yes, because otherwise reading the top node would result in loading
the whole database. But I wanted to be sure!

regards,
Achim






More information about the Python-list mailing list