Hi, Check this out 'Query Cursors' (it's a new feature): http://code.google.com/appengine/docs/java/datastore/queriesandindexes.html#Query_Cursors
Zarko On Apr 5, 9:48 am, azazeal <[email protected]> wrote: > Hi everyone, > > Lately I've been trying to develop some aspects of an app that could > really usepagination > > pagination. > > I've Google it again and again and I've come up with no viable > solution as of this time. > > Most of the pagination approaches that are out there seem to get stuck > around the "non unique timestamps" which from what I gather is not > something we can overcome with in generic way. > > After some though I honestly think that if we had a way of knowing the > id of the instance of our app that makes a "create" to the datastore > we could overcome the "non unique timestamps" issue with pagination in > a generic way. > > I don't mean to have it integrated to the Datastore right next to the > key, just an environment variable we can use when and where we need > it. > > Is there such a thing in the SDKs yet? Does this sound like something > Google could integrate into the SDKs? > > Just food for thought. -- 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.
