The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Splitting the post table
We've run into some performance issues on one of our big boards (6.5M Bposts, 110K Users)caused by MySQL FT search
As I did not want to "cripple" search much I started a Sphinx implementation from scratch, which so far seems to work pretty well (all search options do work, but I am not yet using Sphinx for everytinh that would be possible). One thing I've noticed with this approach is that ID selects from the post table (like for user post search) are still kinda slow even though FT is not invloved. So I went ahead and created a new table that only contained the meta data (visible, threadid, etc.) and ran the queries against this table (currently updated via plugins, I might change this to use triggers) - which seems to be quite a lot faster. Has anybody made similar experiences? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|