I didn't merge entities together because it will make my code hard to 
understand and maintain. The max entity size also prevented me to do this.


You keep the entities because you will need them to do the queries, in order 
to build a page entity. A 'page' entity is a cache object which you store in 
the datastore, memcache and local cache. If they become too big, then create 
more small ones. 

So if someone visits your page, you only need one read. It is a great design 
pattern for apps such as yours.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/odUljqyV7McJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to