Where to store a datastore cursor, in memcache or in the datastore?

Posted by Peter Farmer on Stack Overflow See other posts from Stack Overflow or by Peter Farmer
Published on 2010-06-01T09:51:22Z Indexed on 2010/06/01 9:53 UTC
Read the original article Hit count: 228

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about python

Related posts about google-app-engine