I want to repair the tables at regular intervals. Due to time constraints, I cannot constantly attend to them, which can lead to issues. However, I read that constantly running REPAIR TABLE (I think without additional load) could potentially cause problems (although it may not). Therefore, it seems more sensible to carry out repairs by checking for additional loads. So, the idea of checking for additional load using PHP to determine whether to repair or not came to mind, but I am not sure if this is possible. Can we check for additional load in MySQL using PHP?