The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]() Quote:
MYSQL decides how to execute a query based on a few things, indexes is one and data size is another. It is very possible to add an index and degrade performnce because the MYSQL query planner decides to use the wrong, more inefficent Index. From memory, the index was on last_modified on the Post table. We have 13M posts and the MYSQL query planner did not like this at all. Also bear in mind that every new index on the POST table means slower inserts as MYSQL needs to update extra indexes. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|