One thing you can try is to persist a copy of your entity with a timestamp 
everytime you update it. If you want the latest version, you simply query 
for the latest version in the datastore. Then you can setup a cronjob to 
update the master copy of the entity and delete all the copies.

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