[web-devel] Database.Persistent

Felipe Almeida Lessa felipe.lessa at gmail.com
Thu May 5 12:28:25 CEST 2011


On Thu, May 5, 2011 at 2:20 AM, Jeremy Hughes <jedahu at gmail.com> wrote:
> Is Database.Persistent lazy wrt reading fields? I need to iterate over
> entities containing both small and large fields. I do not need to use
> the large fields in this instance, and so would rather they were not
> read from the database.

IIRC, they are read strictly.  I guess you should put them on a
different entity.

Cheers,

-- 
Felipe.



More information about the web-devel mailing list