Why costly is opening and closing of a DB connection?
The server maintains several buffers for each client connection. One is used as a communications buffer for exchanging information with the client. Other buffers are maintained per client for reading tables and performing join and sort operations.
Wh...
techiedeep.hashnode.dev1 min read