MySQL Optimization 20 gig table
Posted
by user169743
on Stack Overflow
See other posts from Stack Overflow
or by user169743
Published on 2010-05-11T08:16:35Z
Indexed on
2010/05/11
10:34 UTC
Read the original article
Hit count: 261
I have a 20 gig table that has a large amount of inserts and updates daily. This table is also frequently searched. I'd like to know if the MySQL indices can become fragmented and perhaps need to be rebuilt or something similar.
I'm finding it difficult to figure out which of the CHECK TABLE, REPAIR TABLE or something similar?
Any guidance appreciated, I'm a db newb.
© Stack Overflow or respective owner