|
|
|
|
|
by sologoub
3123 days ago
|
|
It’s not that the DB servers can’t handle it, it’s that establishing a connection is slower than re-using an existing one. You also forgo certain optimizations within the DB designed to make fetching things for the given connection/scope faster, such as temp tables. |
|