On Sat, May 19, 2012 at 5:37 PM, D X <[email protected]> wrote: > I'm running on Python 2.5 right now. > > The documentation shows there's a --high_replication commandline option > for dev_appserver.py to simulate the HRD consistency model. > > If I don't use this option, what's the default consistency model for > dev_appserver? Always consistent? >
Correct. High replication simulation on dev_appserver is not entirely accurate due to the fact that a Get() query on an entity will immediately make that entity appear in global queries. > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/mYdcmN6VPEoJ. > 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.
