I have a website with high traffic.
Maybe I will increase minimum connections pool, to 100.
This is too high? Website have 10000 pageviews/day
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That seems awfully high. 10,000 pageviews per day means you get less than 1 pageview per 10 seconds on average.
It would depend on your database server, but I doubt it can effectively perform 100 queries at the same time. Even if it can, it’s not likely to ever occur, so setting the minimum pool size to 100 makes no sense.
If you’re running out of connections in your pool, you should check if you’re disposing your connections properly.