Improved Active Session Management for sessions with open read-only transactions
Details
| Detail name | Value |
|---|---|
| Changelog Number | 13808 |
| Type | Improvement |
| Status | Resolved |
| Fix Versions | Exasol 8.0.0 |
| Resolution Date | 2022-04-20 |
Background
By default, Exasol has a limit of 100 active sessions. An active session is defined as a session that meets several criteria, such as running a query. For the full list, see our 7.1 documentation.
Improvement
Sessions having open read-only transactions are no longer considered as active sessions. Therefore, the likelihood of hitting the active session limit is decreased.
Changed behavior
Sessions having read-only open transactions are no longer considered as active sessions.