Open robrap opened 1 year ago
Thanks for putting this list together @robrap!!
@farhanumar, please review this list in case you see any tables that you think will cause additional MySQL 8 road blocks. Jeremy and I think the wiki tables are empty and not used so we can drop those along with the askbot tables in stage and/or prod (still need to check edge.)
I think the rest of the tables need to be reviewed one by one as some things should get dropped and some are in stage/prod intentionally (e.g. the ccx tables.)
Given the context I have and the fact we have done a test upgrade of a stage and prod cloned cluster I think most of this work can wait till after the MySQL 8 upgrades, but seeing what is inconsistent in edge could help Farhan out ahead of the edge upgrades.
The following list of tables comes from comparing mysql tables in devstack, stage, and prod. Some tables such as
askbot_*
were found to no longer be needed, and were causing issues for the MySQL 8 upgrade. Cleaning out more unused tables may help.Important notes:
shoppingcart_*
). Data Engineering should be asked before cleaning out any tables.