Adds the possibility to keep track of all running queries and cancel these when the client is closed. This option is currently only used for queries that are started by BatchReadOnlyTransactions, as these do not use pooled sessions. Queries that use pooled sessions are automatically cancelled when the client is closed, because the sessions are deleted.
Adds the possibility to keep track of all running queries and cancel these when the client is closed. This option is currently only used for queries that are started by
BatchReadOnlyTransaction
s, as these do not use pooled sessions. Queries that use pooled sessions are automatically cancelled when the client is closed, because the sessions are deleted.