The only thing that could strain a database server is either poorly configured relations (vBulletin has a lot of indices thankfully but because MySQL sucks with foreign keys, it isn't 100% perfect) or doing a lot of relations in one query or a relation with an unindexed field in a table with lots of rows.
A thread could have a billion posts and it wouldn't make a difference for almost any operation.
|