There are a few reasons, but they are implementation details. This is significantly more work than it looks like from the outside. It also isn't something we're currently pursuing.
That being said, if you really need the characteristics of both, I suppose you could have two applications and use URLfetch to talk between them. Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Wed, May 25, 2011 at 9:22 AM, Robert Kluin <[email protected]>wrote: > 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. > > -- 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.
