what’s connection pool in dbms

tags: learning database

content

  • a connection pool is a cache of reusable database connections managed by database client
  • it reduces the overhead of having to open and close database connection

up

down

reference