Or would it make more sense to first use taskqueues to enqueue all the entities into a separate taskqueue for the actual send. And then use the second "round" of taskqueues to send?
Wouldn't this be faster, or am I not seeing the whole picture? On Mar 24, 1:48 pm, "Ikai L (Google)" <[email protected]> wrote: > You'd probably pick a batch size, then iterate over it with Task > Queues and cursors, storing the cursor somewhere to be used by the > next executed task: > > http://code.google.com/appengine/docs/java/datastore/queriesandindexe... > > On Wed, Mar 24, 2010 at 10:02 AM, prgmratlarge <[email protected]> wrote: > > If I want to do one process on each entity in my datastore, how do you > > think I can best set this up using task queues. > > > (each process requires a bit of latency) > > > -- > > 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 > > athttp://groups.google.com/group/google-appengine?hl=en. > > -- > Ikai Lan > Developer Programs Engineer, Google App > Enginehttp://googleappengine.blogspot.com|http://twitter.com/app_engine -- 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.
