Wikipedia:Database reports/Bizarrely subnested userpages
Appearance
This report contains every userspace page with more than ten slashes in its title, per https://quarry.wmcloud.org/query/61080 (there are some, but very few, pages in other namespaces).
SELECT page_namespace AS "ns", page_title AS "title", LENGTH(page_title) AS "title length", page_len AS "size" FROM page WHERE page_title LIKE "%/%/%/%/%/%/%/%/%/%/%" AND page_namespace = "2" ORDER BY page_len ASC;
This table is generated by querying the database replica and is periodically updated by a bot.
Edits made within the table area will be removed on the next update!