Page MenuHomePhabricator

Some long queries give no results
Closed, DeclinedPublic

Description

e.g. I just tried

SELECT log_comment, COUNT(1) as num
FROM enwiki_p.logging 
WHERE log_type = "block"
GROUP BY log_comment 
ORDER BY num DESC;

And after a few minutes it comes back and says it has completed but doesn't show any results. I know there are results because if I introduce additional constraints, and it finishes quicker, I get them. :)

Event Timeline

Iislucas raised the priority of this task from to Needs Triage.
Iislucas updated the task description. (Show Details)
Iislucas added a project: Quarry.
Iislucas added subscribers: Aklapper, Iislucas.

Probably because of result loading takes time.

This has perhaps changed, I'm not seeing a log_comment column. Please re-open if what is seen can be reproduced.