[appengine-java] Are Text properties still not lazy loaded?

2010-11-11 Thread Mark
Hi, Is a Text property lazy loaded when I query for an instance of that class? It seems to not be lazy loaded as of 2008, wondering if that's still the case?:

Re: [appengine-java] Are Text properties still not lazy loaded?

2010-11-11 Thread Ikai Lan (Google)
Text properties were never actually lazy loaded. We only lazy loaded them to match the JDO/JPA spec. In practice, the entire entity was being read and we just weren't populating the entity. Try running AppStats - though I suspect the deserialization shouldn't be *that* slow. -- Ikai Lan