Why do we need connection pooling?



Why do we need connection pooling?..

Answer / Kumar Alok Ranjha

Connection pooling is necessary in PostgreSQL to manage the lifecycle of database connections more efficiently. It reduces overhead by reusing existing connections instead of creating new ones for each request, thus improving application performance and reducing the risk of exhausting the maximum number of allowed connections.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

Provide an explanation about write ahead logging?

1 Answers  


Is postgres a sql database?

1 Answers  


What is vacuuming in postgresql?

1 Answers  


How to drop all tables in postgresql?

1 Answers  


What is schema in reading comprehension?

1 Answers  


What is work_mem in postgresql?

1 Answers  


What is rds instance?

1 Answers  


Which are different types of database administration tools used in postgresql?

1 Answers  


How to create local server in postgresql?

1 Answers  


How do I find the size of a postgres table?

1 Answers  


What ports does postgresql use?

1 Answers  


How to write sql script in postgresql?

1 Answers  


Categories