grabmail
12-31-2005, 08:50 AM
I'm thinking of optimizing all the tables in my mysql database every day because my script process a lot of deletions daily.
is it safe? mysql will lock the tables during optimization.
what if someone is executing a query against the table while i optimize it?
will it screw the table up?
i'm really worried about screwing up my db just because of optimizing
is it safe? mysql will lock the tables during optimization.
what if someone is executing a query against the table while i optimize it?
will it screw the table up?
i'm really worried about screwing up my db just because of optimizing
