It will not be exactly what you're looking for, but you could look at EVENTUAL_CONSISTENCY. See the create_config function.
http://code.google.com/appengine/docs/python/datastore/functions.html#allocate_id_range Robert On Mon, May 23, 2011 at 06:29, Brendan Doherty <[email protected]> wrote: > This is what a hybrid would mean to me: > Some entities are very important and require High Replication. Some tables > are just generated data which could be reproduced easily and don't require > the high availability. > > -- > 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. > -- 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.
