For me even fetching 1-2 entities can be too many and cause a Timeout. It seems to depend on the complexity of the query.
I recommend you don't do any queries until the issues are resolved: just fetch entities by key. That still works just fine. On Mar 6, 1:32 am, gobagoo <[email protected]> wrote: > I understand that there have been recent problems with latency with > regards to the datastore. I am not sure if it is the app engine > environment that is the problem or if is my app. I am consistently > getting datastore timeouts for certain querys. My app is storing > farely large image files ~500KB each in the datastore. Since I want > my user to by upload images files dynamically, putting them in the > datastore seems to be the only way of doing this. I have around 80 > images in the datastore currently. I looked into only fetch'ing() a > certain limit at a time and then incrementing offset however the > datastore still fetch's a constant number of rows from the datastore. > Is there anyway around this problem ( or perhaps a better way of > handling this ). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
