I work on a system which downloads data from a cloud system to a local database (PostgreSQL, MySQL, ...). Now I\'m having an issue with PostgreSQL performance because it tak
I hope you are using DB Connection Pool. You can try C3P0. Spring (JDBCTemplate) doesn't provide Connection Pool implementation.