Jump to content

Does the number of members affect how a forum runs?


Guest Fatoran

Recommended Posts

Posted

I go to a forum with a relatively high member account (37393 at last check).
Most of these accounts are inactive, but this member often gets extended periods of times where there is an error message about the board not working properly.
Could this have anything at all to do with the large amount of inactive accounts, or just from the constant level of high activity on the forum?

If the inactive accounts were deleted, would the board run better, and with less chance of problems?

Posted

If I'm not wrong (I may be - I don't remember exactly the query), the query uses 'WHERE' clause. So I don't think that's an issue with the index. But if you have a big amount of posts, it may be a problem, since MySQL will have to parse a huge Fulltext index. It depends on how big is your board. I don't think that the number of member may be an issue.

Can you give us the error message you get when your board isn't working properly?

Posted

But if you have a big amount of posts, it may be a problem, since MySQL will have to parse a huge Fulltext index.

Only when you're searching though. Even so, it's still a huge improvement over no index - parsing indexes isn't a terribly long process.

But really, the number of members shouldn't matter. What's probably happening is that the supplementary queries aren't properly indexed and so that's slowing things down. It just happens to correlate with more members because more of those supplementary queries are executed due to the additional simultaneous visits.
Posted

If the owner is having resource problems they should submit a ticket.

As to the general inquiry, the raw number of members will have little impact on how the site runs, assuming the database indexes are correctly in place. What affects the speed of the site more is the number of members concurrently using the site.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...