Hi, everyone. I'm implemeting the sharding technique
http://code.google.com/intl/ru/appengine/articles/sharding_counters.html
for my app. And my model has string and stringlist properties. How can
I retrieve the last written value from shards? e.g , there was writing
to datastore in following order:
'name_2' = 'value1'
'name_3' = 'value2'
'name_4' = 'value3'
'name_1' = 'value4'
How can I retrieve the last value?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to