Hello,
I am currently configuring a confluence install rather sensible. I will use an external MySQL database, and I have to give an estimate of the number of transactions per seconds expected for 500 users.
Does anyone as such kind of data and is kind enough to share?
Thanks in advance,
Pierre
Hi Pierre,
First, for 500 concurrent users, you might need to tune your database indeed. First of all, I recommend that you use the InnoDB Engine and the utf8 collation in MySQL as stated in the official documentation from Atlassian.
Second, since you expect this much of connections, follow the steps provided in the MySQL own documentation and set the OLTP or configured the number of available connections manually as you wish.
Third, notice that not only the database must be tuned, but confluence might be as well. If confluence becomes slow, then you need to check the connection DB pool in confluence configuration file as we can see here.
By checking these steps, you should have a good environment set.
Cheers,
Rodrigo
Thank you Rodrigo.
I have followed your instruction, and all is fine now.
I was only wondering how many transaction per seconds could happen in an environment with 500 users, and an estimate of 100 quesries per seconds max do the job pretty well.
Thanks for your help,
Regards,
Pierre
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Perfect Pierre! :D
It might be a good idea to continuously keep an eye in the number of DB connection threads and the database health for huge number connections.
Cheers,
Rodrigo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.