The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I need this one optimising. Leading on from this conversation on vbulletin.com.
http://www.vbulletin.com/forum/showthread.php?p=771783 This got closed but the last reply was interesting: This really is a discussion for vBulletin.org. When you run a query, all fields in the where clause should be indexed for best speed. We don't put an index on dateline because we don't use it in the Where clauses of vBulletin. Code:
SELECT COUNT(*) AS posts FROM post WHERE dateline > You need to take this discussion of code modifications to vBulletin.org. ================================================== [quote]all fields in the where clause should be indexed for best speedp/quote] How do i do this? (index tables) as it sometimes takes up to 0.3 seconds for this to comlpete the querie!! Thanks in advance for any help. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|