Join Slack
Powered by
Connections are very heavyweight in general. e.g. ...
# server
a
andrewoma
05/04/2017, 10:24 PM
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.
Open in Slack
Previous
Next