Create an index for that. Check these slides (Building a blog) : http://sites.google.com/site/io/building-scalable-web-applications-with-google-app-engine
On 28 avr, 11:09, Nick Johnson <[email protected]> wrote: > Hi Vincent, > > That's not currently possible, unfortunately. Though it might be > offered in future, it's important to bear in mind that no guarantee of > sequentiality is made for the automatic IDs, only that they'll be > unique. Because your app may run on multiple servers, it's entirely > possible that you'll get IDs out of sequence, or that large ID ranges > will be skipped. If it's important to you that IDs be small, or > sequential, you may want to implement your own assignment scheme. > > -Nick Johnson --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
