![]() |
vb_taggregate_temp_... table grow!
i checked my mysql db, its still has over 70 temp tables like this:
vb_taggregate_temp_1400969880 this temp tables are not deleted automatically. sever manager says its because of cron job, but which one? |
You can just delete them, make sure your MySQL user has full permissions to the database.
|
thisproblem is allready long time. i dont want delete them everytime manuelly.
i need a solution. |
The solution is to make sure your MySQL user has been granted ALL permissions to the database. If they don't have all permissions, like delete, then you will see the problem you are seeing.
|
thanks ive told this to the server manager.
also found here similar idea: http://www.cutehits.com/2011/12/why-...gregate_temp_/ i ll report if its fixed. --- what does this query mean, its all the time running.: Code:
SELECT thread.threadid, thread.lastpost, thread.lastposter, thread.lastpostid, thread.replycount |
They dont fixed it... and i got 50 more of this tables:
vb_taggregate_temp_1401475080 what does this table create? we dont even use TAGs for posts. /edit maybe the solution. lets see after threadviews table repair if its ok. http://www.vbulletin.com/forum/forum...-being-created --------------- Added [DATE]1401738524[/DATE] at [TIME]1401738524[/TIME] --------------- ive set the cron for update THREAD HITS to every 10 min maybe this causing it. it could be caused due overload timeout sometimes... ive tested run cron manuelly and sometimes this error: Database error in vBulletin 3.8.4: Code:
Invalid SQL: |
this "sorting result" query.
why no one can explain why this query often slow and apear all the time? | Query | 1 | Sorting result | SELECT thread.threadid, thread.lastpost, thread.lastposter, thread.lastpostid, thread.replycount | -i found this line in /tags.php -ive set to update thread views every 20 min with cron. sometimes this cron get timeout error tested to run manuelly . also i used googled very long and dont find any result. i think everytime this task crashes it created a temp table... and this all also the query are connected. |
How busy is your forum and how many posts does it have? I'm not an expert on these things but I'm curious because I'm wondering if there is some problem or if it could just be that the database is too busy.
|
The server load isnt high atm its at 7 avareage load.
and it loocks like this Code:
| 40481 | db_example | localhost | db_example | Query | 8 | Sorting result | SELECT thread.threadid, |
Quote:
|
All times are GMT. The time now is 07:24 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|