The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#641
|
||||
|
||||
Is it going to be able to handle 15+ million posts in a timely fashion?
|
#642
|
|||
|
|||
I find it hard to believe that anything based on pure MySQL will be able to handle that many posts nearly as well as Sphinx at the moment. MySQL just doesn't have efficient searching right now. You could probably get it to more or less work given enough hardware, if you did stuff like keeping a separate search table and not running updates against it live (to avoid MyISAM's table-wide write locks). But you can't get around the fact that it's just really slow.
|
#643
|
|||
|
|||
Once Sphinx Search is applied, are there any indexes you can remove or any FullText search settings, etc to switch off/delete?
|
#644
|
|||
|
|||
Yes. From vbulletin admincp, change search to fulltext index so that vb does not try to update the word tables. Then drop the fulltext indices from the post and thread tables.
|
#645
|
|||
|
|||
Apologies to ask a stupid question but how do I "drop the fulltext indices from the post and thread tables."
I got my server suppot to install Sphinx for me. |
#646
|
|||
|
|||
You have to run SQL queries to drop indices. If you do not know about this, ask for help from server support. Wrong commands can delete/damage data and it may not be reversible.
|
#647
|
|||
|
|||
Thanks, this has been done.
Is there anything else that should be done? --------------- Added [DATE]1232105322[/DATE] at [TIME]1232105322[/TIME] --------------- I'm now getting these errors upon creating new threads. Any idea why? Database error in vBulletin 3.8.0: Invalid SQL: SELECT thread.threadid, MATCH(thread.title) AGAINST ('test') AS score FROM thread AS thread WHERE MATCH(thread.title) AGAINST ('test') AND thread.open <> 10 LIMIT 5; MySQL Error : Can't find FULLTEXT index matching the column list |
#648
|
|||
|
|||
Do you have similar threads turned on? If not, then this does not look like a default vbulletin query. Must be some addon or mod.
|
#649
|
|||
|
|||
Yep, similar threads is turned on. Shouldn't it be for it to work with Sphinx?
|
#650
|
|||
|
|||
Unfortunately, no. The sphinx implementation posted in this thread does not work with similar threads.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|