Forum Moderators: rogerd
Board software typically tends to build a table of every word in every post, and use it as an index to the post content. Where the wheels can come off is that the INSERT performance of your db can suffer as this table grows, which can slow posting down a lot. But searching is reasonably efficient with this strategy.
Offloading the index maintenance to an appliance would be appealing, but it would be necessary to disable the native search implementation in the board software to realize the full benefit.
Not all boards use that search strategy either.