On Wed, Jul 13, 2011 at 8:26 AM, Feng <xnite...@gmail.com> wrote:

> And they don't support cPickle, and parsing a 1MB object for each
> request with pickle is not funny.
>
> And BTW, you still have to parse it every time even when using
> memcache. It's no different than the datastore in this regard.
>
> Due to the huge parsing cost of big objects, caching them in memcache
> dosn't provide much benefit.
>

Do you have some quantitative figures for this?  I'd love to see cpu_ms for
parsing 1000 entities vs api_cpu_ms for fetching the same entities.

Jeff

-- 
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