connection pooling in db(s)
whenever you update some data in an application an database connection is created and then your data is updated in database, and then it is closed. on a small scale the steps involving opening and closing a connection are not that expensive. but as y...
shivamr.hashnode.dev1 min read