What is max pool size?



What is max pool size?..

Answer / Ranjna

In PostgreSQL, max pool size refers to the maximum number of idle connection objects that a connection pool can maintain. It helps manage the connection resources efficiently by reusing connections from the pool instead of creating new ones for each request.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

How do I view blob data?

1 Answers  


How do I delete a postgres database?

1 Answers  


What is blob in postgresql?

1 Answers  


What is a foreign key constraint why are such constraints important?

1 Answers  


i have three table 1. student (stuid,name) 2. subject (subid,sname,studid) 3. marks (subid,studentid,marks) i want the reslut of how as got max marks in each subject sudentname,max(marks), name abc,70,nikitha

1 Answers   CMC,


How do I completely uninstall postgresql?

1 Answers  


Explain about concurreny with the help of MVCC?

1 Answers  


How secure is postgresql?

1 Answers  


How do I create a table in postgresql pgadmin?

1 Answers  


Can composite key be null?

1 Answers  


How do I create a postgresql table using pgadmin?

1 Answers  


Which is better mysql or postgresql?

1 Answers  


Categories