Results 1 to 6 of 6

Vbulletin Tag Locking database

This is a discussion on Vbulletin Tag Locking database within the General Discussion forums, part of the vBulletin SEO Discussion category; Hi Vbseo , Please help. I recently moved to a more powerful host and started having server load problem. I ...

  1. #1
    Senior Member profanitytalker's Avatar
    Real Name
    profanitytalker
    Join Date
    Sep 2007
    Posts
    113
    Liked
    1 times

    Vbulletin Tag Locking database

    Hi Vbseo,

    Please help. I recently moved to a more powerful host and started having server load problem. I contacted my host and they said that it had something to do with the the tags... They gave me this...


    Code:
     194303 | eximstats | localhost | eximstats | Sleep | 30 | | |
    | 195021 | xxxxx| localhost | xxxxx | Sleep | 0 | | |
    | 195024 | xxxxx | localhost | xxxxx | Sleep | 3 | | |
    | 195025 | xxxxx | localhost | xxxxx | Query | 3 | Copying to tmp table | SELECT tagthread.tagid, tag.tagtext, COUNT(*) AS searchcount
    FROM tagthread AS tagthread
    I |
    | 195026 | xxxxx | localhost | xxxxx | Query | 2 | Copying to tmp table | SELECT tagthread.tagid, tag.tagtext, COUNT(*) AS searchcount
    FROM tagthread AS tagthread
    I |
    | 195027 | xxxxx | localhost | xxxxx | Query | 1 | Copying to tmp table | SELECT tagthread.tagid, tag.tagtext, COUNT(*) AS searchcount
    FROM tagthread AS tagthread
    I |
    | 195028 | xxxxx | localhost | xxxxx | Query | 1 | Copying to tmp table | SELECT tagthread.tagid, tag.tagtext, COUNT(*) AS searchcount
    FROM tagthread AS tagthread
    I |
    | 195029 | xxxxx | localhost | xxxxx | Query | 1 | Copying to tmp table | SELECT tagthread.tagid, tag.tagtext, COUNT(*) AS searchcount
    FROM tagthread AS tagthread
    I |
    | 195030 | xxxxx | localhost | xxxxx | Query | 1 | Copying to tmp table | SELECT tagthread.tagid, tag.tagtext, COUNT(*) AS searchcount
    FROM tagthread AS tagthread
    I |
    | 195031 | xxxxx | localhost | xxxxx | Query | 1 | Copying to tmp table | SELECT tagthread.tagid, tag.tagtext, COUNT(*) AS searchcount
    FROM tagthread AS tagthread
    I |
    | 195033 | xxxxx | localhost | xxxxx | Query | 1 | Copying to tmp table | SELECT tagthread.tagid, tag.tagtext, COUNT(*) AS searchcount
    FROM tagthread AS tagthread
    I |
    | 195034 | xxxxx | localhost | xxxxx | Query | 0 | Copying to tmp table | SELECT tagthread.tagid, tag.tagtext, COUNT(*) AS searchcount
    FROM tagthread AS tagthread
    I |
    | 195035 | root | localhost | | Query | 0 | | show processlist |ist |

    I never had this problem only until i moved to the new host. Does anyone know the fix for this? Please let me know. Thanks.

  2. #2
    Senior Member profanitytalker's Avatar
    Real Name
    profanitytalker
    Join Date
    Sep 2007
    Posts
    113
    Liked
    1 times
    My host just tried fixing it, but they said this is query is causing the problems...

    Code:
    SELECT tagthread.tagid, tag.tagtext, COUNT(*) AS searchcount
                                           FROM tagthread AS tagthread
                                           INNER JOIN tag AS tag ON (tagthread.tagid = tag.tagid)
                                           INNER JOIN thread AS thread ON (tagthread.threadid = thread.threadid)
                                           WHERE thread.open <> 10
                                                   AND thread.visible = 1
                                           AND thread.forumid IN (1,2,46,39,38,67,23,58,50,36,32,49,28,5,70,7,71,6,73,8,72,29,9,74,12,75,10,76,11,77,30,14,78,16,79,13,80,15,81,31,18,82,20,83,17,84,19,85,51,60,90,91,92,59,87,88,89,61,86,93,94,95,98,99,100,101,97,37,66,44,45,96,63,33,48,25,43,47,102,54,21,22,35,34,40,41,42,27,24,53,56,62,68)
                                           AND tagthread.dateline > 1250186727
                                           GROUP BY tagthread.tagid, tag.tagtext
                                           ORDER BY searchcount DESC
                                           LIMIT 70 |

  3. #3
    Senior Member woostar's Avatar
    Real Name
    woostar
    Join Date
    Apr 2007
    Posts
    788
    Liked
    5 times
    Is this when your tag cloud is loaded? What is your "Tag Cloud: Cache Time" setting?
    2011 Average: 1 post every 5 seconds... 24/7

  4. #4
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    replied via pm

  5. #5
    Senior Member profanitytalker's Avatar
    Real Name
    profanitytalker
    Join Date
    Sep 2007
    Posts
    113
    Liked
    1 times
    Quote Originally Posted by woostar View Post
    Is this when your tag cloud is loaded? What is your "Tag Cloud: Cache Time" setting?
    The tag cloud cache time is 30min. Should I increase it?

    Quote Originally Posted by Brian Cummiskey View Post
    replied via pm
    Thank you Brian. I took Brian's advice and deleted most of my tags and disabled the auto tagging generator. It's now running fine.

  6. #6
    Senior Member woostar's Avatar
    Real Name
    woostar
    Join Date
    Apr 2007
    Posts
    788
    Liked
    5 times
    I have an auto tagging generator running on a very busy big-board without any problems (and have never deleted any tags). I found a problem when the forum built the tag cloud. So I now set it to only build once a day:
    Tag Cloud: Cache Time: 1440
    Tag Cloud: Usage History (Days): 30
    2011 Average: 1 post every 5 seconds... 24/7

Similar Threads

  1. vBulletin 3.x vBulletin Database Error!
    By iogaming in forum Troubleshooting
    Replies: 4
    Last Post: 02-16-2010, 03:10 PM
  2. Database error in vBulletin 3.8.4:
    By Cilginsolist in forum Türkçe
    Replies: 6
    Last Post: 10-23-2009, 09:06 AM
  3. vbulletin database error
    By RoyMogg in forum Troubleshooting
    Replies: 2
    Last Post: 09-08-2009, 04:55 AM
  4. vBulletin Database Error
    By Chewie in forum Bug Reporting
    Replies: 11
    Last Post: 01-19-2007, 07:44 AM
  5. vBulletin Database Error!
    By glenster in forum Troubleshooting
    Replies: 3
    Last Post: 11-08-2006, 10:56 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •