I am consistently seeing get_by_key_name taking very long (1.4 seconds) on a small table (less than 1000 rows).
On Dec 20 2008, 4:10 pm, MajorProgamming <[email protected]> wrote: > 12-19 06:34PM 51.839 > Traceback (most recent call last): > File "/base/python_lib/versions/1/google/appengine/ext/webapp/ > __init__.py", line 498, in __call__ > handler.get(*groups) > File "/base/data/home/apps/[edited out]/1.329827330674031168/ > helloworld.py", line 96, in get > curuser=CellPhones.get_by_key_name("n:"+number) > File "/base/python_lib/versions/1/google/appengine/ext/db/ > __init__.py", line 837, inget_by_key_name > return get(*keys) > File "/base/python_lib/versions/1/google/appengine/ext/db/ > __init__.py", line 1032, in get > entities = datastore.Get(keys) > File "/base/python_lib/versions/1/google/appengine/api/ > datastore.py", line 217, in Get > raise _ToDatastoreError(err) > File "/base/python_lib/versions/1/google/appengine/api/ > datastore.py", line 1637, in _ToDatastoreError > raise errors[err.application_error](err.error_detail) > Timeout > > I understand that I get timeouts for put() operations, but what's the > explanation for this one? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
