Hi,
I have a question on max_connections.
I have a application which would require more connection at the startup time(something like 500 connections), after the initial startup is done, the connections drop to 50.
Question: If I set my max_connection to 500 at the db start-up time and later after 1 hour the application drops the db connections to 50. Would this have any impact on the resource usage and performance?
Is this normal?
Thank you
Nik