hoo added a comment.

After about 4 days we have:

mysql:wikiadmin@db1076 [trwiki]> SELECT COUNT(*) FROM wbc_entity_usage WHERE eu_aspect LIKE "C.%";
+----------+
| COUNT(*) |
+----------+
|   230846 |
+----------+

mysql:wikiadmin@db1076 [trwiki]> SELECT COUNT(*) FROM wbc_entity_usage WHERE eu_aspect IN ("X", "O");
+----------+
| COUNT(*) |
+----------+
|   143210 |
+----------+
1 row in set (0.23 sec)
mysql:wikiadmin@db1079 [kowiki]> SELECT COUNT(*) FROM wbc_entity_usage WHERE eu_aspect LIKE "C.%";
+----------+
| COUNT(*) |
+----------+
|  1180263 |
+----------+
1 row in set (0.53 sec)

mysql:wikiadmin@db1079 [kowiki]> SELECT COUNT(*) FROM wbc_entity_usage WHERE eu_aspect IN ("X", "O");
+----------+
| COUNT(*) |
+----------+
|   259588 |
+----------+
1 row in set (0.50 sec)

So we currently have 4.55 times the O+X usages on kowiki and 1.6 times the O+X usages on trwiki. If our estimation from elwiki holds, we should only see a slight increase from here on kowiki… but I highly doubt this after just 4 days with no mass purging (at least from our side).


TASK DETAIL
https://phabricator.wikimedia.org/T151717

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: hoo
Cc: Bawolff, eranroz, Ottomata, PokestarFan, Ladsgroup, Stashbot, gerritbot, Halfak, jcrespo, TomT0m, Hall1467, hoo, zhuyifei1999, Eloquence, Lydia_Pintscher, Sannita, Ainali, Liuxinyu970226, MZMcBride, Ricordisamoa, Micru, jayvdb, Daniel_Mietchen, Tobi_WMDE_SW, Legoktm, Abraham, Wikidata-bugs, liangent, jeremyb, aude, Bianjiang, Aklapper, DixonD, daniel, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Marostegui, Lewizho99, Minhnv-2809, Maathavan, Izno, Luke081515, Mbch331, Jay8g, Krenair
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to