The difference should be negligible. While you may have to worry about serialization issues in Python, the Java GC is quite efficient. I'll bet Go is pretty fast at that kind of thing too :-)
Jeff On Wed, Feb 15, 2012 at 2:53 AM, Matija <[email protected]> wrote: > Hi Robert, > I am actually doing some analysis in task requests and before I can start > I collect data in query batches with cursor. My entities are not in 900kb > size, most are under 1kb, some can go up to 10kb, and some rare a little > bit higher. My task latency is not so important (for completion time) than > its impact on my overall gae app and its instances. So I created 100 > entities batches and questioned what is optimal number for my projected > task latency in connection with entity size. Datastore infrastructure, > network between datastore and app service, etc. has some constraints. > Question is now is there some difference in get latency between 500 bytes > or 10kb entites. > > Matija > > -- > 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/-/vGErIdjEKxgJ. > > 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. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. 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.
