-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
The other day, this query started taking 27 seconds to run on my account, which is longer than the timeout.
select * from items where flDeleted=false and feedurl in (select feedUrl from subscriptions where listName='davewiner') order by pubDate desc limit 175;
It just started happening, and at least one other user is seeing it. It has rendered FeedLand basically useless to me.
Now I'm in over my head as far as MySQL is concerned. Not sure how to debug this, or how to fix the problem. I'm to grind at it but if anyone has an idea how to approach this, help would be most welcome.
Metadata
Metadata
Assignees
Labels
No labels