Hello Abdul, You will need to look at the response time vs the request rate for the messages going to the database. If the response time you are receiving for messages is not fast enough to keep up with the traffic in a flood condition and the database is fast enough to handle the traffic the number of connections may be your bottleneck. If you find the number of connections to be inadequate then increasing them might help. However if the database is the bottleneck increasing connections will not help. Br, Vin
... View more