I'm seeing the same issue and it's not because production gets every
entity. If that were the case then my app stats would show response
times for each get around 10ms because that is about what our single
gets usually take. Instead I'm seeing more like 300ms per get it is
doing, which is what the previous response time was for the bulk get.
And now it's showing several datastore_v3.Get calls in app stats that
are taking ~300ms each. We haven't changed our code and it just showed
up recently. Previously those 10 datastore_v3.Get calls in app stats
showed as one call. So either app stats is displaying things
differently or the bulk get is actually being called multiple times
when it only should be called once.



On Dec 3, 5:48 am, Timofey Koolin <timo...@koolin.ru> wrote:
> Production get every entity too. But do it in parallel mode - at the same 
> time.
>
> 2011/12/3 Bryce Cutt <pandas...@gmail.com>:
>
> > Did the production server change the way it handles a db.get() on a
> > list of keys? I believe it used to do a single get_async on the list
> > of keys but now it appears that it is doing a get_async for each key
> > (according to appstats). The development server is still doing a
> > single get_async for the entire list.
>
> > --
> > 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 
> > athttp://groups.google.com/group/google-appengine?hl=en.
>
> --
> Blog:www.rekby.ru

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