Performance scaling [message #6779] |
Thu, 24 October 2002 07:18 |
jht001
Messages: 7 Registered: October 2002 Location: Honolulu, HI
Karma: 0
|
Junior Member |
|
|
FUDforum looks like a great package, but I'm wondering about performance for large forums.
We run a forum (using a different PHP/MySQL based forum package) that has 100,000+ threads in it -- each with multiple replies. Is FUDforum able to handle forums this large with reasonable performance? I noticed that FUDforum threads appear to be stored in the file system, and have found that in the past that access times to files in directories with more than a few thousand files in them tends to get slower and slower the more files are added.
Jim
|
|
|
Re: Performance scaling [message #6783 is a reply to message #6779] |
Thu, 24 October 2002 11:27 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Yes, FUDforum will work fine on large scale forums, take http://www.mediaminer.org/forum/ for example, which has over 150,000 messages.
FUDforum unlike some other forums you may be familiar with stores all messages inside a single file, within which it seeks. Thus there are no issues of having many files and so on, which undermine performance on very large forums.
FUDforum Core Developer
|
|
|
Re: Performance scaling [message #6785 is a reply to message #6779] |
Thu, 24 October 2002 11:51 |
ctbk
Messages: 142 Registered: April 2002 Location: Milan, Italy
Karma: 0
|
Senior Member |
|
|
The same here: 188324 messages in 12309 topics, and works like a charm.
Later,
Ste
~
~
:wq
|
|
|