Batch insert data with JPA, Hibernate and PostgreSQL
So you coded the data layer of your application using JPA (with for instance the Hibernate implementation) and when the application reaches the staging environment, you hear it is too slow ! Too many queries, too long queries, etc. What do you do ? You try to optimize your data layer ! One possible optimization … Read more