Since we want to reduce files being opened by mariadb in s3. We can drop a couple of tables that are not needed in our infra.
e.g. I got the list of empty tables of hywiki:
0 cu_useragent 0 interwiki 0 ipblocks_restrictions 0 job 0 l10n_cache 0 objectcache 0 searchindex 0 securepoll_strike 0 securepoll_votes 0 uploadstash 0 user_autocreate_serial
A lot are needed, e.g. uploadstash but these tables can be dropped:
- job
- objectcache
- searchindex
- l10n_cache
- interwiki
- user_autocreate_serial
