-
When I
OPTIMIZE,REPAIR, orANALYZEa MySQL table, will this stop all other operations from running until the process is complete (INSERT,SELECTetc.)? Should I frequentlyANALYZEa table? -
If multiple users are doing
INSERT,UPDATE,SELECTetc. operations at the same time on different locations throughout my site, will all the operations properly execute amidst the high load? Or is there certain code I should set up to make sure they get executed properly?
Need further clarification? I’ll be glad to give more.
Thank you for the help.
1 Answer