The system must reuse the database connections.
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.
This requirement is verified in following services
Plan | Supported |
---|---|
Essential | 🔴 |
Advanced | 🟢 |