Prateek Malhotra
unread,Aug 28, 2008, 5:55:25 PM8/28/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hey,
I've been working on my site for the past few months and my database,
although a little larger than most (a little over 2000 entires) seems
to be getting slower.
For instance, if you go to my application (brandclash), you will see
that on the left you can click on any of the categories and the
profile load on the right. every category used to work. As of late,
however, some of the larger categories (which at most have 300
accounts) such as musicians comes back with the following error:
Traceback (most recent call last):
File "/base/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py", line 499, in __call__
handler.get(*groups)
File "/base/data/home/apps/brandclash/1.111/ajax.py", line 80, in
get
for affiliate in affiliates:
File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 1389, in next
return self.__model_class.from_entity(self.__iterator.next())
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 1230, in next
self.__buffer = self._Next(self._BUFFER_SIZE)
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 1219, in _Next
raise _ToDatastoreError(err)
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 1619, in _ToDatastoreEr
ror
raise errors[err.application_error](err.error_detail)
Timeout: datastore timeout: operation took too long.
I'm not sure why this is happening all of the sudden now, but is any
body else experiencing these kinds of issues?