[MXS-2903] Close idle and unused connections Created: 2020-03-02 Updated: 2022-07-18 Resolved: 2022-07-18 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | New Feature | Priority: | Major |
| Reporter: | markus makela | Assignee: | Todd Stoffel (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Closing unused and idle connections would reduce the number of open connections the router would have to hold. This would also work nicely with connection pooling by freeing up connections for use in other sessions. |
| Comments |
| Comment by markus makela [ 2022-03-11 ] |
|
This is less relevant now that the sharing of connections has been added to 6.0 and improved for 6.3. |
| Comment by markus makela [ 2022-07-18 ] |
|
I'll close this as Won't Do as the addition of idle_session_pool_time makes this a somewhat redundant feature. |