What are the MySQL Tables Count Vs Performance Issues

I have a doubt regarding the number of mysql tables vs performance.

I’m running a WordPress with MultiSite feature.
In this 9 new tables where create on each site creation.
So if i have 1000 site in single WordPress Multisite, then the total number of tables become 9000.

Read More

My Question is : Is the number of table will affect the performance of the MySQL Database???

Related posts

Leave a Reply

2 comments

  1. The biggest problem you’ll face will be memory related restrictions – as your server runs out of memory to retain each database table/php instance in memory, your server will start to thrash the disks – much like when you have low memory on your home PC and the disk starts thrashing as virtual memory is used.

    Give it a lot of memory and it should be fine.

    WPMUDev have great plugins for optimising and improving multisite installations, including splitting multi-site installs out into separate databases to overcome any MySQL performance problems.