google datastore - does it do lazy loading?

Posted by Ron on Stack Overflow See other posts from Stack Overflow or by Ron
Published on 2010-05-19T17:03:30Z Indexed on 2010/05/19 17:20 UTC
Read the original article Hit count: 454

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?

© Stack Overflow or respective owner

Related posts about python

Related posts about google-datastore