
5 May
2011
5 May
'11
6:28 a.m.
On Thu, May 5, 2011 at 2:20 AM, Jeremy Hughes
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.