Hi,
I have been using the datastore to store around 1.5 million entries
and had no issues adding entries. When we came to delete them though
the datastore performance has become almost unusable. I`m now getting
frequent connection errors.
I wrote a small batch method to delete entries from the datastore to
get the number down to around 500,000 the datastore is now all but
unusable. I`m getting the following error:
File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 1552, in count
result = raw_query.Count(limit=limit)
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 1086, in Count
raise _ToDatastoreError(err)
Timeout
This occurs trying to delete 20 entries from the datastore. This is
using the same code that was working previously.
Also both the developer accounts for appengine.google.com have lost
the ability to query the data store. The Data Viewer page states
either that there are no records - even running the GQL fails to find
entries or currently just "Server Error". According to the statistics
page there are over 500,000 entries still in the datastore.
Does anyone have any advice of how we get restore the datastore back
to a usable state?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---