Slow insert on PostgreSQL using JDBC

后端 未结 3 614
迷失自我
迷失自我 2020-12-30 03:17

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

3条回答
  •  梦谈多话
    2020-12-30 03:57

    I hope you are using DB Connection Pool. You can try C3P0. Spring (JDBCTemplate) doesn't provide Connection Pool implementation.

提交回复
热议问题