DaFace |
08-01-2014 07:56 AM |
Quote:
Originally Posted by SLAG
(Post 10787898)
While I am not involved with the hosting of Chiefsplanet, my guess would be this:
Database query time is huge on huge threads.
Even with beefy databases - replicated servers we're talking about huge amounts of data being requested or pulled from cache each time someone opens a mega thread.
These big queries can start to back up and slow down everything else.
Hope this makes sense
|
Yeah, that's the gist of it. When you open a thread, it has to parse through the ID's of all posts in the thread first, then hone in on the page you want to be on. Because of that, the bigger a thread gets, the more of a problem it is. In addition, a big thread that only gets opened now and then isn't a big deal, but a big thread that is really active can cause major slowdowns (since it's constantly having to re-parse the thread).
I'm on a giant hockey forum that runs on vBulletin (HFBoards), and they actually lock threads at 1k posts. That would be insane here, but it shows that even much bigger boards have the same issues we do.
|