Thanks, Gerald. I would have a try.

But I'm not only fetch tags, there are many kinds of entities in my blog.
Say I have a article with 20 comments, I need fetch 1 article + 2 nearby
articles + 5 relative articles + 20 comments + 20 comment arthurs = 47
entities.

Maybe I need to log all the entities fetches and figure out the heavy parts,
then decide whether drop some functions. I'm so sad that appstat can't
provide this information.

----------
keakon

My blog(Chinese): www.keakon.net
Blog source code: https://bitbucket.org/keakon/doodle/



On Tue, Sep 6, 2011 at 3:33 PM, Gerald Tan <woefulwab...@gmail.com> wrote:

> One thing you could try is to store all your tags serialized into one
> entity instead of 50 separate entities.
>
> --
> 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/-/ZMynmWroQzgJ.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to