I have 270,000 rows of data for import, these data will be imported to 7 joined tables. with hibernate , after 10,000 imports, operation continues slowly and after about 50,000 imports, speed is 1 import per second!
I'm using postgresql 9.6 and hibernate4 with spring in web application.
how can I handle or solve this problem?