|
|
|
|
|
by LoSboccacc
2941 days ago
|
|
> Advanced transactional pooling
> Odyssey tracks current transaction state and in case of unexpected client disconnection can emit automatic Cancel connection and do Rollback that's my biggest issue with pgbouncer, is there a docker image for it? |
|
i tested this on my local machine and if i drop a connection while it is inside a transaction it closes the server connection.
client close:
client unexpected death: i guess it sucks that it doesn't reuse the connection but presumably this shouldn't happen that often that it would actually be a problem.