The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
separating data and indexes in Mysql
just for the heck of it yesterday while setting up a new (my own) server to run VB I did some experimentation with moving the vb .MYD files to a different drive (that also happen to be on a different scsi controller).
I setup symbolic links to point to the .MYD files. I figured I'd get better Mysql performance by separating the index and data portions of the database. I learned a few things. 1) Performance gain was minimal in simulated stress testing: Reindexing the entire database showed no significant impovement. 2) The sessions.MYD DOES NOT LIKE to be accessed via a symbolic link. VB fails with a message about not be able to access sessions.MYD I'm sure I'll see beter performance once I bring the site live simply because there will be less contention for resouces on the one drive that all files (data & indexes) were located on.. Anyone do any experimentation along these lines???? - jeff |
#2
|
||||
|
||||
Regarding (2): The session table is not a MyISAM table, it's a HEAP table.
|
#3
|
||||
|
||||
nice avatar!
|
#4
|
||||
|
||||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|