https://bugzilla.wikimedia.org/show_bug.cgi?id=20892
Jesús Martínez Novo (Ciencia Al Poder) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Jesús Martínez Novo (Ciencia Al Poder) <[email protected]> --- Gerrit change 139103 has CR -2 now because there's no index to quickly get the number of times it has been deleted. I was going to propose a variable with the number of deleted revisions, but I'm a bit shocked because the archive table has index for ar_namespace but not for ar_title (!!!) [1], so it will have the same problem. But because of that, does it mean that the message that appears on top of pages that have deleted revisions is using a slow query to get the number of deleted revisions, because there's no index for that? I guess there should be an index for this one (namespace and title). ---- [1] https://www.mediawiki.org/wiki/Manual:Archive_table -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
