On Wed, May 25, 2011 at 11:53 AM, Waleed Abdulla <[email protected]> wrote: > > In the last 12 hours the issue has been worse. Now I can't even run the > query from the Datastore viewer. This is the query: > > SELECT * FROM KnownFeed where eta < datetime(2011, 5, 25, 10, 45, 3) > > This times out now and breaks the datastore viewer.
Instead of frequently deleting these entities, try adding a property 'deleted' and set it to true. Modify the query to check this property. Run a garbage collection task once/month to delete old entities. -- 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.
