Topic on Project:Support desk

Search for Largest Pages?

4
Qops1981 (talkcontribs)

Is there way way to search for the Largest pages either By Word count or Data Size?

Ricordisamoa (talkcontribs)
Qops1981 (talkcontribs)

Does this include User Pages too?

Christian75 (talkcontribs)

no, only main space. You can do something like:

SELECT page_namespace, page_title, page_len FROM page ORDER BY page_len DESC LIMIT 10;

Reply to "Search for Largest Pages?"