Jump to content

Clean a OLD Database and Cluster Setup


Recommended Posts

If you want to manage old posts, you should turn on archiving option in ACP. It won't delete them, but put them in a separate table and make them uneditable and save resources.

I think there was also prune option somewhere in the acp... But generally speaking, I wouldn't advise it since I'll kill some of your inbound traffic.

If you setup good caching, I found IPB's mysql requirements to be actually low that I've never seen the need to create any kind of mysql cluster. Given my current setup and expectations, I think I'll have to reach ~30m pageviews/day to start making changes. And even then, I'd likely upgrade my DB server hardware rather than start mysql clustering (because that's messy). Going beyond 100m /day, I would probably be forced to mysql cluster. But I guess that'd be a happy problem as I'm reaching the traffic of world top 100 sites. lol

But IPB is fairly heavy in PHP, ie processing. So, you will need to create a cluster of PHP servers if you get CPU bound. Yes, it can run with load balancer. And luckily, horizontally expanding PHP is much easier. But be sure to watch your internal network limits between things like memcache/mysql/etc as they will have very high bandwidth usage and some changes may be required due to it.

Lastly, given 1.5M posts over 8 years, I would think it would fit in a single dedi server without much issues under a typical high perf setup (ie. ssd for db, op cache, user cache, no apache).

Link to comment
Share on other sites

1.5 mil post is tiny in reality these days, it will run fine on a single server setup properly and on our hosting as well. If you need a hosting provider for this, submit a ticket and we can review your options and what plan would suit you best.

Link to comment
Share on other sites

  • 5 months later...

I have over 5 million posts and didn't realize the archiving option was available. I'm currently archiving old posts. I read that the archived posts can be stored on a separate server to free up space and optimize the board's operation. What is the name of the table of archived topics that would need to be stored on a different server?

Link to comment
Share on other sites

Hi Adika smile.png

1.5 mil post is not alot at all.....if you need better performance just get a better server or optimize your existing server and in your case there is no need to use a cluster for performance only as it will help most with High Availability but if you want it for another reason then ...

Yes you can run the database in a cluster environment without any problems but you will need 3 database servers and one for HA Proxy....

I have done already this for a customer and is working great using MariaDB cluster smile.png

Also you must use the same datacenter and get high speed internal network to avoid any issues....

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

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