[17:58:22] I want to check files where uploaders have no edits to the article namespace? [17:58:24] what would be a less expensive query for this? [18:35:01] ToAruShiroiNeko: edit_count = 0 [18:35:37] Or do you mean local uploads [18:39:29] yes [18:39:51] I want users with local uploads without edits outside of usernamespace or user talk namespace [18:40:16] identifying namespace is relatively easy [18:40:24] but I need some sort of a rudimentary edit count [19:21:56] ToAruShiroiNeko: finding those with no other edits at all is rather easy: https://quarry.wmflabs.org/query/15187 [19:22:13] (Assuming user_editcount is correct, which is often wrong)