The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
I just checked to see what database engine my tables are using. To my suprise, not all tables were powered by INNODB, some of them are using MyISAM. Why would VBulletin use both database engines at the same time ? Note: There also seems to be another type of database-engine called "MEMORY". Most likely, this means that the tables of this type are kept in memory at all times. See the attached image. Is there a problem with my setup ? Regards, Razvan |
#2
|
||||
|
||||
![]()
Yes it's normal.
InnoDB is the new default, but MyISAM is used for FULLTEXT searching. The session table is stored in memory so it is fast - it is accessed the most. |
#3
|
|||
|
|||
![]() Quote:
FULLTEXT searching can only be used with MyISAM ? I thought that INNODB is a more advanced db engine (more advanced than MyISAM). |
#4
|
||||
|
||||
![]()
the session tables explicitly uses memory
all others use the default table format. yes, only MyISAM has FULLTEXT InnoDB is more advanced in many ways, it's more SQL92 and supports various other extra features. FULLTEXT is a MySQL hack, and they only added it to their own table type. |
#5
|
|||
|
|||
![]()
None of our tables are INNODB. I asked about converting some of them for performance reasons (we are experiencing occasionally locking-related slowdowns) and was told by support:
I have seen InnoDB tables cause a lot of problems with vB, so I strongly suggest that you do not make that change. So which is correct? INNODB or not? Chuck |
#6
|
|||
|
|||
![]()
vBulletin check if your MySQL server can handle these types properly -- on installation ... so maybe you will need to check with your webmaster which type is better if you want to convert them...
|
#7
|
|||
|
|||
![]()
Our server has supported INNODB for years. That should not be the issue.
The real question is: why does vbulletin recommend against using INNODB? What are the problems they've seen? Have any of you who have converted seen them as well? Chuck |
#8
|
|||
|
|||
![]() Quote:
|
#9
|
|||
|
|||
![]()
Did vBulletin switch to using InnoDB as the default now because I swear older versions used MyISAM as the default engine for almost all tables.
|
#10
|
|||
|
|||
![]()
the system is not switched to it... the installer detect your database and flip some tables for the best interest of performances... that's all...
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|