google datastore - does it do lazy loading?
- by Ron
if I have a Customer object with a list of orders, declared using the db.ReferenceProperty
after a while I may have huge amount of orders in there, if I pull the Customer object would I be in danger of pulling the complete set of orders?