Question - What is database connection pooling? Advantages of using a connection pool?
Answer -
Connection pooling means connections will be stored in the cache and we can reuse them in future.
Advantage:
- It is faster
- Connection pooling becomes easier to diagnose and analyze database connection.