logo

152 Reuse database connections


Summary

The system must reuse the database connections.


Description

If a system reuses existing connections can be useful to improve performance by avoiding the overhead of establishing a new connection for each database interaction. This reduces the number of open connections to the database, conserving resources on both the application and the database server. It is particularly important in scenarios where the number of concurrent connections is limited.


Supported In

Advanced: True


References


Last updated

2024/01/18