https://bugzilla.wikimedia.org/show_bug.cgi?id=71183

            Bug ID: 71183
           Summary: Add largest files maintenance report
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: Special pages
          Assignee: [email protected]
          Reporter: [email protected]
       Web browser: ---
   Mobile Platform: ---

Possibly doesn't even need to be a maintenance report per se, the img_size
field is indexed...

select img_name, img_size from image order by img_size desc limit 10;


Useful for commons and alike, where I had to do an SQL query

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to