On at least enwiki, there is a "links" database table that appears to be unused and unneeded.
Its schema:
MariaDB [enwiki_p]> describe links;
+--------+-----------------+------+-----+---------+-------+
Field | Type | Null | Key | Default | Extra |
+--------+-----------------+------+-----+---------+-------+
l_from | int(8) unsigned | NO | 0 | ||
l_to | int(8) unsigned | NO | 0 | ||
+--------+-----------------+------+-----+---------+-------+
2 rows in set (0.03 sec)
This database table should be dropped from all Wikimedia wikis.
Version: wmf-deployment
Severity: enhancement
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=53640