Kelpie wrote:
I think it's a MySQL database problem, or similiar. When forums get big, it chews up a lot of resources. And it ain't like MySQL is efficient!
A few years ago I designed some software for a multinational company that processed data on a large SQL Server database (60 million records). Coding that works well with a few thousand records can be unusable when you start getting into the hundreds of thousands or millions of records. Whole new strategies are needed to handle the database interactions or everything can just grind to a halt. In a multi-user environment making heavy demands on a large database the code has to be very well designed. A single line of inefficient code or non-optimal database setting or configuration can kill the dynamics.
_________________
I've left WP indefinitely.