Tagged Questions
1
vote
2answers
595 views
PostgreSQL consuming large amount of memory for persistent connection
I have a C++ application which is making use of PostgreSQL 8.3 on Windows. We use the libpq interface.
We have a multi-threaded app where each thread opens a connection and keeps using without ...