Help
Get all the latest news about ArrowChat here
User avatar
Jason
Customer
 
Posts: 2329
Joined: 12 Dec 2009, 16:06

 

by Jason 13 May 2020, 16:24

We are getting a lot of inquires about the master/slave configuration that is available in the v3.0 package.

This feature is for advanced users only
If you don't know what master/slave means, then you probably shouldn't be using it. It requires a special server configuration in order to use it. You can read more about MySQL replication and how to use it at https://www.toptal.com/mysql/mysql-mast ... n-tutorial

That being said, it is worth the time to set up. The benefits of using MySQL replication are huge. On large sites, you will see a significant improvement in SQL performance.

Please comment if you have any questions.
User avatar
convexchange
Customer
 
Posts: 21
Joined: 09 Oct 2015, 08:37

 

by convexchange 14 May 2020, 13:58

What is the number of concurrent users you have seen in order to start using replicas?
User avatar
Jason
Customer
 
Posts: 2329
Joined: 12 Dec 2009, 16:06

 

by Jason 18 May 2020, 00:08

What is the number of concurrent users you have seen in order to start using replicas?
There is no specific number, it depends on a lot of different things.
User avatar
arrusr1
Customer
 
Posts: 11
Joined: 30 Apr 2020, 11:53

 

by arrusr1 26 May 2020, 02:55

i got around 500 concurrent users and i definitely need master/slave as my super overpowered server cant hold them and makes sql slow
User avatar
Jason
Customer
 
Posts: 2329
Joined: 12 Dec 2009, 16:06

 

by Jason 26 May 2020, 03:02

i got around 500 concurrent users and i definitely need master/slave as my super overpowered server cant hold them and makes sql slow
You don’t necessarily need master/slave. It will help for sure, though. We have sites running thousands of users without issue. The server software optimization is key.