analyze table, optimize table, how often?
Posted
by every_answer_gets_a_point
on Stack Overflow
See other posts from Stack Overflow
or by every_answer_gets_a_point
Published on 2010-06-02T21:56:04Z
Indexed on
2010/06/02
22:04 UTC
Read the original article
Hit count: 113
in mysql i have 3 tables. one is 500,000, another 300,000, and finally around 5,000
they each get maybe 50-500 additional rows daily
should i run analyze
and optimize
table on them? if so then how often?
© Stack Overflow or respective owner