vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Forum and Server Management (https://vborg.vbsupport.ru/forumdisplay.php?f=232)
-   -   problem with myisam should upgrade to vb4? (https://vborg.vbsupport.ru/showthread.php?t=278027)

hollyboy 02-04-2012 08:20 AM

problem with myisam should upgrade to vb4?
 
hi,

got a large board (100.000 users) and i'm having issues with myisam which is according to my hosting using a lot of server loads (im on dedicated server)

so my hosting suggested to upgrade to vb4 because the myisam there is manages better

is that true? should i do it or are other ways to manage and decrease usage of myisam?

thanks

Paul M 02-04-2012 02:21 PM

I dont think your host has much idea what they are talking about tbh.

What issues exactly are you having ?

hollyboy 02-04-2012 10:09 PM

Quote:

Originally Posted by Paul M (Post 2296117)

What issues exactly are you having ?

Issue is myisam table is overloading my server so much that it crashes.
Do you have any suggestions?

At the moment my server's machine is the following:

Code:

Dell PowerEdge 860
Intel Quad Core Intel(R) Xeon(R) CPU X3210 @ 2.13GHz
4 Gb RAM
2 x 250GB DISCO Raid1

My forum details:
- registered users: 100.000 (regular: 50.000)
- threads: 29.815
- messages: 6.601.228

Paul M 02-04-2012 10:29 PM

You need to be more specific.

How is myisam table "Overloading" your server exactly ?

What table ? What precisely happens ?

hollyboy 02-05-2012 09:12 AM

Quote:

Originally Posted by Paul M (Post 2296262)
You need to be more specific.

How is myisam table "Overloading" your server exactly ?

What table ? What precisely happens ?

My forum is a bout a football team.
When we are in the game day the users connected to the frum increase a lot.
So the hosting says when the users number increase the myisam of the post table get crazy and the server crashes.

Hope I was clear (not a big expert of server and tables, but I think I reported exactly what the hosting says)

--------------- Added [DATE]1328458263[/DATE] at [TIME]1328458263[/TIME] ---------------

Ok the forum has just crashed, here is the message:

Code:

Database error in vBulletin 3.7.4:

Invalid SQL:

                SELECT
                        user.username, (user.options & 512) AS invisible, user.usergroupid,
                        session.userid, session.inforum, session.lastactivity, session.badlocation,
                        IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid
                       
                FROM session AS session
                LEFT JOIN user AS user ON(user.userid = session.userid)
               
                WHERE session.lastactivity > 1328456985
                       
                ORDER BY username ASC;

MySQL Error  : MySQL server has gone away
Error Number  : 2006
Request Date  : Sunday, February 5th 2012 @ 05:09:45 PM
Error Date    : Sunday, February 5th 2012 @ 05:09:56 PM
Script        : http://www.mysite/forum/
Referrer      :
IP Address    : 95.248.18.136
Username      : Interfan
Classname    : vB_Database_MySQLi
MySQL Version :

--------------- Added [DATE]1328458479[/DATE] at [TIME]1328458479[/TIME] ---------------

would this help? https://vborg.vbsupport.ru/showthread.php?t=228846

Willo 02-05-2012 03:34 PM

You need to find out why the client(your site) couldn't query the server.

How many connections are you allowed and are you making a bunch of long queries?

hollyboy 02-05-2012 03:42 PM

dont understand "bunch of long queries?"
anyway the forum is super slow i got 800-900 users connected...i had to put forum offline :(

Paul M 02-06-2012 11:14 PM

That message usually means the mysql timeout is too small, something your host controls.


All times are GMT. The time now is 03:34 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01104 seconds
  • Memory Usage 1,728KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete