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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to