Stephen,
    I don't see how your suggestion would help! Can you please elaborate on
how it's related? Also, I'm not deleting any entities. I'm just updating
them. And when the query is timing out, it does so even when there is no
load on the app.

Regards,
Waleed



On Wed, May 25, 2011 at 5:41 AM, Stephen <[email protected]> wrote:

> 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.
>
>

-- 
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.

Reply via email to