On Dec 15, 10:24 pm, bsb <[email protected]> wrote: > > It seems that the remote api sometimes uses the wrong index, or the > index itself is broken. Either way, what happens is that the entity > keys are occasionally returned in descending rather than ascending > order, causing the loading to skip a whole range of entities and > return others in duplicate.
Maybe it is related to this index problem? http://code.google.com/p/googleappengine/issues/detail?id=2481 You could use the new profiling tool to identify which queries and indexes are being used: http://groups.google.com/group/google-appengine-python/browse_thread/thread/bff473631cd21159 -- 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.
