I’m trying to retrive all documents in a search index in an efficent manner. My current approach is something like this: https://gist.github.com/filleokus/8941f0824bef0fd921a7, but this seem to take about 50 ms per 100 item batch, which is way to slow. In this particular index we have a couple of thousand document (<5k though), which means the request can take upwards of 4000 ms sometimes.
Any suggestions on how to access all items faster, or is it simply impossible? There must be a faster way to just retrieve everything. Thanks for any help, Filip -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/6d152a31-dbd3-4ce3-bc97-2e8049299a0b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
