Is there way way to search for the Largest pages either By Word count or Data Size?
Topic on Project:Support desk
Does this include User Pages too?
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;