Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Feb 2002
Posts: 950
Hacker
Hacker
Offline
Joined: Feb 2002
Posts: 950
Curious to know if others have boards with more than 30,000 users? I've been having some performance issues (mostly relating to using PALs) with my database of over 32,000 users.

I did a check and found that 15,000 of our users havent been active in the past year (three year board) - so I purged the database of those users and now I've gotten a significant boost in the performance of our board.

Maybe I need some tweaks to my MySQL configuration; but I was wondering how other people fared with large user databases.

Sponsored Links
Joined: Dec 2000
Posts: 1,471
Addict
Addict
Offline
Joined: Dec 2000
Posts: 1,471
From my experience, the amount of users doesn't affect the performance significantely.
We delete unactive users on a regular basis, so that we currently have about 10.000 entries. I did some testing with 20.000 and 30.000 users, but the query times increased very much.
The number of postings has much more influence on your performance, cause that's the biggest tables, with heavy load and some heavy queries (search, new post tracking) etc.

Joined: Apr 2002
Posts: 102
Journeyman
Journeyman
Offline
Joined: Apr 2002
Posts: 102
Yeah the posts table is where the big performance hit is. Once you reach a point close to our's you will need to either throw a good bit of hardware at it or modify the search some to be a little friendlier. We've done both.

1,134,367 rows
559.2 MB

Joined: Feb 2002
Posts: 950
Hacker
Hacker
Offline
Joined: Feb 2002
Posts: 950
Our posts table is not very large (about 9MB); but the user table was 15MB (not 8MB).

The main performance hit was on the "latest user" stat which was being generated - it query for that appeared to be causing some measurable delay.

Joined: Dec 2000
Posts: 1,471
Addict
Addict
Offline
Joined: Dec 2000
Posts: 1,471
The IIP Pals can cause heavy load, i don't recommend to use them on large boards.
We have about 900.000 posts in our db and run fine with 250 concurrent users online.

Sponsored Links
Joined: Feb 2002
Posts: 295
Member
Member
Offline
Joined: Feb 2002
Posts: 295
Hi,

Just wondering what kind of hardware you guys are running on that you can handle this much traffic.
We are running on a Netra 300MHz (dual processor) with 1Gb and have already run into speed problems. And that 6 months after upgrading.

As for the search, I think I read about that a few days ago, but can't find it anymore. What changes did you make?

Sanuk!

Joined: Dec 2000
Posts: 1,471
Addict
Addict
Offline
Joined: Dec 2000
Posts: 1,471
I'm using a normal Athlon 1200MHz, 1GB RAM and a EIDE-Raid.

I use MySQL 4.x and modified the search to benefit from the UNION statement (saves several full table scans) and the fulltext search with speeds up the search in post bodys.

Joined: Feb 2002
Posts: 295
Member
Member
Offline
Joined: Feb 2002
Posts: 295
Hi,

"I'm using a normal Athlon 1200MHz, 1GB RAM and a EIDE-Raid."
Sounds that in that case our server should easily be able to cope. Maybe there is a config problem?

"I use MySQL 4.x and modified the search to benefit from the UNION statement (saves several full table scans) and the fulltext search with speeds up the search in post bodys."
Could you send me the code changes you made? (I'm assuming these changes were made in the UBBT code, right?)

Sanuk!


Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
For the modifications to really fly the best thing to tweak would be your mysql if your running version 4.012. This post and link by Jeremy will help you out.

https://ubbdev.com/forum/showfl...mp;Number=78372&Main=54670#Post78336

Joined: Feb 2002
Posts: 295
Member
Member
Offline
Joined: Feb 2002
Posts: 295
Hi,

Thanks. Info forwarded to my partner.

Sanuk!

Sponsored Links

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Posts: 70
Joined: January 2007
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240430)