I'm confused about concurrent MySQL connections

前端 未结 6 1652
走了就别回头了
走了就别回头了 2021-02-14 01:14

So, I read a book in Mysql and it says that there\'s a limit on how many concurrent users that can access a database.

Does that mean that If I have 20k users browsing i

6条回答
  •  后悔当初
    2021-02-14 01:48

    Database is very good candidate for bottle neck. If you have so big traffic on your server you should focus on downgrade number of connections to the database. Page and Data Caching can do miracle in this matter - it did in my case....

提交回复
热议问题