The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
mysql table lock issues advice on tuning or a fix
Hey Guys -
I'm getting the occasional table lock and was hoping for some advice on fine tuning our setup - The database does not seem overloaded and has plenty of cpu/memory below is the queries that are locking up the table, any suggestions? /rdsdbbin/mysql/bin/mysqld, Version: 5.6.22-log (MySQL Community Server (GPL)). started with: Tcp port: 3306 Unix socket: /tmp/mysql.sock Time Id Command Argument # Time: 151222 4:06:06 # User@Host: vBulletin[vBulletin] @ [10.210.62.243] Id: 98240505 # Query_time: 718.353914 Lock_time: 417.029493 Rows_sent: 7008 Rows_examined: 31528 use db_name; SET timestamp=1450757166; SELECT user.username, (user.options & 512) AS invisible, user.usergroupid, session.userid, session.inforum, session.lastactivity, session.badlocation, IF(user.displaygroupid=0, user.usergroupid, user.displaygroupid) AS displaygroupid, infractiongroupid FROM vb_session AS session LEFT JOIN vb_user AS user ON(user.userid = session.userid) WHERE session.lastactivity > 1450752816 |
#2
|
|||
|
|||
What is your session timeout set at in vBulletin?
Does the vb_session table contain a lot of rows? |
#3
|
|||
|
|||
Session timeout is set at 3600
The vb_session table contains 2065 rows |
#4
|
|||
|
|||
What storage engine are you using? InnoDB is recommended to be used instead of MyISAM.
Also this may be of interest to you: http://linuxbox.co.uk/vbulletin_performance_tuning.php |
2 благодарности(ей) от: | ||
blind-eddie, MarkFL |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|