On Fri, Aug 19, 2011 at 8:16 PM, thstart <[email protected]> wrote: > My only concern if I will get the same speed. I don't want to spend all this > effort > costing me money and time and at the end to find it will be slower than M/S.
Did you try the solution Stephen mentioned? my_members = db.get(my_keys, config=db.create_config(read_policy=db.EVENTUAL_CONSISTENCY)) I would be curious to know if this eliminated the speed issue. From all reports (and my own highly unscientific observation), HRD seems to perform consistently better than M/S. But I use EVENTUAL_CONSISTENCY as a default - probably others do too. I haven't even thought to try the alternative. Jeff -- 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.
