| hoo added a comment. |
In T147997#4734766, @Lydia_Pintscher wrote:Do we know how many items we currently have that are completely empty?
MariaDB [wikidatawiki_p]> SELECT COUNT(*) FROM page WHERE page_namespace = 0 AND page_is_redirect = 0 AND page_len < 170; +----------+ | COUNT(*) | +----------+ | 190 | +----------+ 1 row in set (2.01 sec)
This might not be the exact number, but from some spot checks it looks pretty good.
TASK DETAIL
EMAIL PREFERENCES
To: hoo
Cc: Addshore, Lydia_Pintscher, Aklapper, hoo, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, D3r1ck01, Wikidata-bugs, aude, Mbch331
Cc: Addshore, Lydia_Pintscher, Aklapper, hoo, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, D3r1ck01, Wikidata-bugs, aude, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
