MySQL Database server cost 10000 users

Hello Koders.

Lets assume, I have approx 10000 users in my mysql database server. Among 10000, 1000 users are always active / activity going on.

What will be the the minimum server cost. Ifbi change back to vps will that work for me?

The cost is not just the number of users, it is the number of connections, and concurrent connections. 1 user might make 10 connection requests within their session.

Use the AWS calculator for an estimate.

https://calculator.aws/#/

3 Likes