Connections are very heavyweight in general. e.g. ...
# server
a
Connections are very heavyweight in general. e.g. in Oracle each connection spawns a new process on the server (https://docs.oracle.com/cd/E11882_01/server.112/e40540/memory.htm#CNCPT1226). Or in Postgres, prepared statement caching only happens per connection.