One of my table's file size (a .MYD file) has increased by about 100%. If I look into the data there is just a normal daily load during the last few days. What could have caused this file size increase?
myisamchk
As suggested by a user I tried sudo myisamchk -r tablename
. The result of this operation was "Fixing index 1" "Fixing index 2" ... and the exact same file size.
Edit: After running the command a second time the file size decreased to the normal (half) size.