Reaping is done using:

    allScores = Score.all()
    for s in allScores:
         etc

I could store each entry with a unique key (user's id), but my 
understanding is that supplying a key name does not improve things.  I 
don't know who is in the game a priori, so I don't know how to do a fully 
consistent 'get' in batch mode.....


On Tuesday, July 31, 2012 12:21:03 PM UTC-4, D X wrote:
>
> How are you doing the reaps?  Are you doing an eventually-consistent 
> query, or fully-consistent get by keys?
>
>
>

-- 
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/-/QMS6CiXnoBcJ.
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.

Reply via email to