>
> Should I raise a ticket for this issue?
>

I would.

@GAE users (you should receive a copy of this too):

In the upcoming 1.8.1 release, the Datastore default auto ID policy in 
> production will switch to scattered IDs to improve performance. This change 
> will take effect for all versions of your app uploaded with the 1.8.1 SDK. 
>
> Since 1.7.6 you could try out the new behavior in the development 
> application server, where scattered auto IDs are the default. These IDs are 
> large, well-distributed integers, but are guaranteed to be small enough to 
> be completely represented as 64-bit floats so they can be stored as 
> Javascript numbers or JSON. If you still need legacy ids for some entities 
> (e.g. because you want smaller numbers for user-facing ids), we recommend 
> you use the allocateIds() API, which will continue to behave as before. You 
> can also override the default auto id policy by setting the new 
> auto_id_policy option in your app.yaml/appengine-web.xml to legacy, but 
> please note that this option will be deprecated in a future release and 
> will eventually be removed. 
>
> -- Chris Ramsdale, Google App Engine Product Manager 
>
> © 2013 Google Inc. 1600 Amphitheatre Parkway, Mountain View, CA 94043 
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to