You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Max Klein edited this page Mar 25, 2014
·
2 revisions
Before Starting 25 March 2014
MariaDB [enwiki_p]> select count(tl_from) as numrefs from templatelinks where tl_title like 'Cite_doi';
+---------+
| numrefs |
+---------+
| 15623 |
+---------+
1 row in set (3 min 14.82 sec)
MariaDB [enwiki_p]> select count(tl_from) as numcitejournal from templatelinks where tl_title like 'Cite
_journal';
+----------------+
| numcitejournal |
+----------------+
| 341583 |
+----------------+
1 row in set (2 min 46.63 sec)