Hi again. I know this is not the place to ask this, but...
In my "C-panel" database monitor, I'm getting an "Overhead 312 Bytes" message (in red!), what does it mean? All my tables are 'myISAM' type, is that good?
Thanks in advance...
seindal
12:49 pm on Feb 14, 2003 (gmt 0)
Try to run a "optimize table .." query.
The overhead might be holes in the records due to data alignment issues or it might be holes in the datafiles due to deleted records.