Switch to eventual consistency mode. In java it's ReadPolicy.Consistency.EVENTUAL (look at the datastore configuration classes). It speeds things up quite a lot in my totally unscientific tests.
Jeff On Sat, Feb 18, 2012 at 11:17 AM, GordonHo <[email protected]> wrote: > i am having a similiar problem. > occasionally i need to fetch all entities of a given table (about 5000) - > this really takes way too long (talking about ~40-60seconds). > > so far i haven'd found an easy to to fetch lots of entities from the > datastore. at some point i probably will create one big fat entity > containing all others, but this will involve quite some work.. > > -- > 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/-/x0OAOy9ft0cJ. > > 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.
