PDA

View Full Version : SQL Overhead?



blowfish
05-03-2007, 07:43 PM
Ok what does it mean when you get overhead in a table? Cause now for some reason im getting overhead alot. Is my SQL running out of space? or what?

gibex
05-05-2007, 12:38 AM
can you post error message here?


______________________________________________
php articles (http://blog.bengo.us)
san diego realtor (http://www.teamaguilar.com)

blowfish
05-08-2007, 09:09 PM
Well it's not really an err0r message it's an overage in the table itself, here is a screenie of what im talking about.

gibex
05-09-2007, 07:28 AM
try to optimize your table with OPTIMIZE command.













__________________________________________________ ______________
perl blog (http://blog.bengo.us)
san diego homes (http://www.teamaguilar.com)

blowfish
05-09-2007, 02:08 PM
I did that but not even 10min later I have overhead again, this is happening in more then one table, so what I was wondering is why this is happening? and How do I keep it from continuing?
Is this an auto increment issue maybe? It seems that the database is restricting me somehow or maybe something is not set right in the mysql setting's somewhere?