Commit 2c6dd7d
committed
feat: a single multiplexed session is used for all operations
The JDBC driver now uses a single multiplexed session for all operations. This applies
to all operations in auto-commit mode, in read-only transactions, and in read/write
transactions.
One multiplexed session can execute an unlimited number of operations concurrently.
Configuring minSessions and maxSessions in the connection URL is therefore no longer
needed for workloads that execute a large number of concurrent transactions.1 parent d0caeb9 commit 2c6dd7d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
| 120 | + | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments