Where to store a datastore cursor, in memcache or in the datastore?
- by Peter Farmer
In the google documentation it shows storing cursors in memcache, however as pointed out in an answer to this question memcache retention isn't guaranteed.
So I was wondering how other people store cursors and what strategies you use for handling missing cursors?