mysql: am I doing something dumb with my indexing if my .MYI (index files) are bigger than my .MYD f

Posted by chongman on Stack Overflow See other posts from Stack Overflow or by chongman
Published on 2010-03-30T21:17:11Z Indexed on 2010/03/30 21:23 UTC
Read the original article Hit count: 325

Filed under:

Is there ever a circumstance where the .MYI files should be bigger than my .MYD file?

I've got some pretty huge .MYI files and joins are running slowly. I'm pretty new to MySQL.

Database engine is MyISAM.

© Stack Overflow or respective owner

Related posts about mysql