E
E
Eleias2019-04-23 12:48:08
Database
Eleias, 2019-04-23 12:48:08

How to properly manage the connection pool?

Good afternoon, dear ones!
Can you please tell me how you set up a connection pool for your subd? (Postgre,Oracle)
I'm familiar with the options that can be set (min, max, etc).
The question is, based on what considerations do you set these parameters? How do you know how many resources will be consumed? How, based on the load, do you understand that let's say you need to use 100 connections, not 75, and so on, that 50 threads will be active, not 10. (For example).

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Shitskov, 2019-04-23
@Zarom

Based on current load, predicted load and load testing.
Those. it is necessary to establish the fact that at load N your software will utilize M connections from the pool.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question