Well i googled it and answers i got were how to solve this and that it slows down database response so i did optimize tables but i still would like to know what OVERHEAD is and what causes it? if anyone knows
What is "OVERHEAD" in SQL?
Collapse
X
-
Idea...
PHP Code:mysql_query("DELETE FROM `table` WHERE `bla` = '".$bla."'");
echo 'Deleted something!';
mysql_query("OPTIMIZE TABLE `table`");
<!DOCTYPE html PUBLIC "-//WAPFORUM.RS
Comment
Comment