On May 2, 11:01 pm, Ricky Button <[email protected]> wrote: > I have a question regarding auto-assigned ids for entities.
At http://stackoverflow.com/questions/3985812 there is some extensive discussion on "How to implement “autoincrement” on Google AppEngine". Basically: use `allocate_ids()` if you just need unique increasing numbers. If you have more specific requirements (e.g. no holes) you need to write code yourself and that code has a high probability of being slow. --md -- 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.
