This table is in commonswiki only and it's one of the fastest growing ones there + one of the biggest ones (~80GB). Looking at the structure:
MariaDB [commonswiki_p]> select * from globalimagelinks limit 4; +--------------+----------+-----------------------+--------------------+---------------------------------------------+------------+ | gil_wiki | gil_page | gil_page_namespace_id | gil_page_namespace | gil_page_title | gil_to | +--------------+----------+-----------------------+--------------------+---------------------------------------------+------------+ | fawiki | 3373809 | 2 | کاربر | سیدانور_امید | | | wikidatawiki | 12741005 | 2 | User | Sun0769 | ! | | enwiki | 38395207 | 2 | User | Ethan_casals/sandbox | !! | | enwiki | 6353628 | 4 | Wikipedia | Media_copyright_questions/Archive/Archive_3 | !!!!!!.jpg | +--------------+----------+-----------------------+--------------------+---------------------------------------------+------------+ 4 rows in set (0.00 sec)
Ignoring the fact that it doesn't have PK, the gil_wiki can be normalized, gil_page_namespace, gil_page_title and gil_to can also be normalized. “User_talk” has repeated 21M times, “Talk” 20M , “Discussioni_utente” 11M , I can go on for hours.
Fixing these should be waaay easier than doing things like T222224: RFC: Normalize MediaWiki link tables since it's just an extension