<div dir="ltr"><div>The query I am using in this case is<i>:<br><br>select pl_title, count(*) from pagelinks  left join page on pl_title = page_title  where pl_namespace = 0  and pl_from_namespace  = 0 and page_id IS NULL  group by pl_title having COUNT(*) > 100 LIMIT 50; </i><br><br></div>I am also running this on enwiki where the table is probably the largest. I am attempting to locate red linked pages via number of incoming links. I would expect it to take an hour or more to run probably, given the size of the table. But I am getting the error message in the phab ticket: ERROR 2006 (HY000): MySQL server has gone away<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 22, 2017 at 7:53 PM, Madhumitha Viswanathan <span dir="ltr"><<a href="mailto:mviswanathan@wikimedia.org" target="_blank">mviswanathan@wikimedia.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi John,<div><br></div><div>Please provide us with a bit more information so we can help - which host are you connecting to, what long running queries are you trying to run, etc. I believe you may be running into some timeout/mechanisms that we have set up to prevent abuse, see - <a href="https://phabricator.wikimedia.org/T76956#948591" target="_blank">https://phabricator.<wbr>wikimedia.org/T76956#948591</a>.</div><div><br></div><div>As always, feel free to reach out to us on #wikimedia-cloud for any questions.</div><div><br></div><div>Thanks,</div></div><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Fri, Sep 22, 2017 at 1:29 PM, John <span dir="ltr"><<a href="mailto:phoenixoverride@gmail.com" target="_blank">phoenixoverride@gmail.com</a>></span> wrote:<br></span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><div dir="ltr">Do we have a way of letting SQL queries run for a day or so? Im using the interactive sql <host> and running them that way but the DB host is going away in the middle of the process.<br></div>
<br></span>______________________________<wbr>_________________<br>
Labs-l mailing list<br>
<a href="mailto:Labs-l@lists.wikimedia.org" target="_blank">Labs-l@lists.wikimedia.org</a><br>
<a href="https://lists.wikimedia.org/mailman/listinfo/labs-l" rel="noreferrer" target="_blank">https://lists.wikimedia.org/ma<wbr>ilman/listinfo/labs-l</a><br>
<br></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div class="m_-1917185330890168563gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">--Madhu :)</div></div>
</font></span></div>
<br>______________________________<wbr>_________________<br>
Labs-l mailing list<br>
<a href="mailto:Labs-l@lists.wikimedia.org">Labs-l@lists.wikimedia.org</a><br>
<a href="https://lists.wikimedia.org/mailman/listinfo/labs-l" rel="noreferrer" target="_blank">https://lists.wikimedia.org/<wbr>mailman/listinfo/labs-l</a><br>
<br></blockquote></div><br></div>